diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-12-08 07:21:48 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-12-08 07:21:48 +0000 |
commit | 3f2415c240d240917732d464f9e11ba3d4a3130c (patch) | |
tree | 8517ca78e99083a18c369511f16ece123a8461c5 /plugins/Clist_blind/res | |
parent | 9115d8c5597628e0c3dc5d409fccfe988c24d9d0 (diff) |
clists: corrected size of the text boxes
langpacks/russian: update
git-svn-id: http://svn.miranda-ng.org/main/trunk@11269 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_blind/res')
-rw-r--r-- | plugins/Clist_blind/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_blind/res/resource.rc b/plugins/Clist_blind/res/resource.rc index 528327712c..ed0e791666 100644 --- a/plugins/Clist_blind/res/resource.rc +++ b/plugins/Clist_blind/res/resource.rc @@ -176,7 +176,7 @@ BEGIN "Button",BS_AUTORADIOBUTTON,22,147,142,10
CONTROL "Make sections equal width",IDC_EQUALSECTIONS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,78,142,10
CONTROL "Show bevels on panels",IDC_SBPANELBEVEL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,94,107,10
- CONTROL "Show resize grip indicator",IDC_SHOWGRIP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,110,96,10
+ CONTROL "Show resize grip indicator",IDC_SHOWGRIP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,110,123,10
END
|