diff options
author | George Hazan <ghazan@miranda.im> | 2020-08-05 22:24:11 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-08-05 22:24:11 +0300 |
commit | 4a99d3eefa615153732e9ba503c712907e46fb7e (patch) | |
tree | 85448261ce5a00eb071182ed7b514f2892acebf0 /plugins/Clist_modern/res/resource.rc | |
parent | fa02fba01b1a24fda16501c26f33b90710b4f9eb (diff) |
fixes #2513 (Clist_Modern: Possibility of renaming View Mode(s))
Diffstat (limited to 'plugins/Clist_modern/res/resource.rc')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index e0a3667736..eead268fb7 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -167,13 +167,12 @@ BEGIN CONTROL "",IDC_TAB,"SysTabControl32",0x0,4,4,301,264
LTEXT "",IDC_STATIC7,6,22,297,244
GROUPBOX "Available view modes",IDC_STATIC1,9,20,158,85
- LISTBOX IDC_VIEWMODES,12,30,123,55,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP,WS_EX_CLIENTEDGE
+ LISTBOX IDC_VIEWMODES,12,30,123,71,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP,WS_EX_CLIENTEDGE
GROUPBOX "Include protocols",IDC_STATIC2,171,20,130,85
CONTROL "",IDC_PROTOCOLS,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_AUTOARRANGE | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,175,30,121,72
- PUSHBUTTON "+",IDC_ADDVIEWMODE,142,39,18,16
- PUSHBUTTON "-",IDC_DELETEVIEWMODE,142,60,18,16
- LTEXT "New",IDC_STATIC5,15,91,38,11,0,WS_EX_TRANSPARENT
- EDITTEXT IDC_NEWVIEMODE,59,88,76,13,ES_AUTOHSCROLL
+ CONTROL "",IDC_ADDVIEWMODE,"MButtonClass",WS_TABSTOP,142,40,18,16
+ CONTROL "",IDC_RENAMEVIEWMODE,"MButtonClass",WS_TABSTOP,142,60,18,16
+ CONTROL "",IDC_DELETEVIEWMODE,"MButtonClass",WS_TABSTOP,142,80,18,16
GROUPBOX "Include groups",IDC_STATIC3,8,105,159,89,0,WS_EX_TRANSPARENT
CONTROL "",IDC_GROUPS,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_AUTOARRANGE | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,12,116,122,57
CONTROL "Show contacts in groups",IDC_USEGROUPS,"Button",BS_AUTO3STATE | WS_TABSTOP,12,178,122,11
|