diff options
author | ElzorFox <elzorfox@ya.ru> | 2024-04-27 16:20:56 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2024-04-27 16:20:56 +0500 |
commit | e55972fa316f61a21034cc6120cc475eb30de2b5 (patch) | |
tree | 4742f88b57f3e523f309c201e9f46ad41e983a8e /protocols/VKontakte/res | |
parent | 0de8ee711879b9004eb673713d3d78fc7ee4916b (diff) |
VKontakte: fix max 320 px for image setting
Diffstat (limited to 'protocols/VKontakte/res')
-rw-r--r-- | protocols/VKontakte/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/res/resource.rc b/protocols/VKontakte/res/resource.rc index cc2ac73f3b..227573da36 100644 --- a/protocols/VKontakte/res/resource.rc +++ b/protocols/VKontakte/res/resource.rc @@ -186,7 +186,7 @@ BEGIN CONTROL "Support BBC for NewStory",IDC_BBC_NEWSTORY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,10,278,10
GROUPBOX "[img] BBCode support for image",IDC_STATIC,13,20,280,44,WS_GROUP
CONTROL "off",IDC_IMG_OFF,"Button",BS_AUTORADIOBUTTON,21,29,129,10
- CONTROL "for preview max width 300 px",IDC_IMG_300,"Button",BS_AUTORADIOBUTTON,21,40,129,10
+ CONTROL "for preview max height 320 px",IDC_IMG_300,"Button",BS_AUTORADIOBUTTON,21,40,129,10
CONTROL "for original size images",IDC_IMG_FULLSIZE,"Button",BS_AUTORADIOBUTTON,21,51,129,10
CONTROL "for preview max 130*130 px",IDC_IMG_130,"Button",BS_AUTORADIOBUTTON,163,29,127,10
CONTROL "for preview max 604*604 px",IDC_IMG_604,"Button",BS_AUTORADIOBUTTON,163,40,128,10
|