summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/res
diff options
context:
space:
mode:
authorElzorFox <elzorfox@ya.ru>2024-04-27 16:20:56 +0500
committerElzorFox <elzorfox@ya.ru>2024-04-27 16:20:56 +0500
commite55972fa316f61a21034cc6120cc475eb30de2b5 (patch)
tree4742f88b57f3e523f309c201e9f46ad41e983a8e /protocols/VKontakte/res
parent0de8ee711879b9004eb673713d3d78fc7ee4916b (diff)
VKontakte: fix max 320 px for image setting
Diffstat (limited to 'protocols/VKontakte/res')
-rw-r--r--protocols/VKontakte/res/resource.rc2
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