diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-11-04 23:02:40 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-11-04 23:02:40 +0000 |
commit | 22214366250af921d27f303d6bc23cee4e9646ba (patch) | |
tree | e24f0d083d04c26c4b8d36a737c4e02ee4841179 | |
parent | 2855ad715151b0726d898bbfdd66bfa46312052a (diff) |
StatusPlugins: resource cosmetics
git-svn-id: http://svn.miranda-ng.org/main/trunk@6775 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/StatusPlugins/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/StatusPlugins/resource.rc b/plugins/StatusPlugins/resource.rc index 7e5979521e..028d24cc9f 100644 --- a/plugins/StatusPlugins/resource.rc +++ b/plugins/StatusPlugins/resource.rc @@ -109,9 +109,9 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,9,152,168,10
CONTROL "Reset status on return",IDC_RESETSTATUS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,9,166,168,10
CONTROL "when screen saver engages",IDC_SCREENSAVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,55,152,10
- LTEXT "Set",IDC_STATIC,12,42,22,8
+ LTEXT "Set",IDC_STATIC,11,41,27,8
CONTROL "after",IDC_SETNA,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,116,32,8
- LTEXT "Set",IDC_STATIC,12,100,22,8
+ LTEXT "Set",IDC_STATIC,11,100,27,8
CONTROL "only set when inactive",IDC_LV2ONINACTIVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,129,151,10
CONTROL "when workstation is locked",IDC_ONLOCK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,68,153,10
COMBOBOX IDC_PROTOCOL,177,9,100,138,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
|