diff options
author | George Hazan <ghazan@miranda.im> | 2018-07-12 16:31:41 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-07-12 18:36:46 +0300 |
commit | cd16d042ee670b02ea5b4be5c0776c83a61f94a9 (patch) | |
tree | 08a4799267406ab8e339ac4974c761f794b2588f /plugins/Clist_modern/res/resource.rc | |
parent | 84db1055eaba060eac8f6f8059e1668ee4c72c4b (diff) |
fixes #1469 (Clist_modern: gap is too big)
Diffstat (limited to 'plugins/Clist_modern/res/resource.rc')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index e0037b7e47..eaf6fff0d7 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -433,8 +433,8 @@ BEGIN CONTROL "Always show status in tooltip",IDC_ALWAYSSTATUS,"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,10,32,156,11
CONTROL "Disable icon blinking",IDC_DISABLEBLINK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,45,156,9
EDITTEXT IDC_BLINKTIME,12,59,35,12,ES_NUMBER
- CONTROL "",IDC_BLINKSPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,47,59,11,12
- LTEXT "ms, delay between icon blinking",IDC_STATIC,62,61,104,8
+ CONTROL "",IDC_BLINKSPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,33,59,11,12
+ LTEXT "ms, delay between icon blinking",IDC_STATIC,51,61,104,8
GROUPBOX "System tray icon",IDC_STATIC,2,6,292,73
CONTROL "Use xStatus icon",IDC_SHOWXSTATUS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,171,19,117,10
CONTROL "Show normal status as overlay",IDC_SHOWNORMAL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,171,32,117,10
|