diff options
author | dartraiden <wowemuh@gmail.com> | 2023-03-03 00:35:44 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2023-03-03 00:36:29 +0300 |
commit | a215da633880c1c17f1726b6cd1ebfd8e1c12045 (patch) | |
tree | ce3fbea00f158dc43f979e658036379a42c20f37 /plugins/Clist_modern | |
parent | b2649d5c77e726bec104527c721bb655adeead16 (diff) |
Clist_modern: resource cosmetic
Diffstat (limited to 'plugins/Clist_modern')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index 4ab8021d17..ff37830a6b 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -252,11 +252,9 @@ BEGIN LTEXT "[Ctrl]+[Left Click] to filter only protocol. Click on empty space to show all.",IDC_STATIC,17,216,277,8,WS_DISABLED
CONTROL "Set options per account",IDC_STATUSBAR_PER_PROTO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,12,134,10
COMBOBOX IDC_STATUSBAR_PROTO_LIST,160,23,134,30,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
- CONTROL "Enable custom account settings",IDC_SBAR_USE_ACCOUNT_SETTINGS,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,38,124,8
- CONTROL "Hide account completely",IDC_SBAR_HIDE_ACCOUNT_COMPLETELY,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,48,134,8
- CONTROL "Show account names",IDC_SHOWPROTO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,58,124,8
+ CONTROL "Enable custom account settings",IDC_SBAR_USE_ACCOUNT_SETTINGS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,38,124,8
+ CONTROL "Hide account completely",IDC_SBAR_HIDE_ACCOUNT_COMPLETELY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,48,134,8
+ CONTROL "Show account names",IDC_SHOWPROTO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,58,134,8
CONTROL "Show status name",IDC_SHOWSTATUS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,68,124,8
CONTROL "Show xStatus name",IDC_SHOWXSTATUSNAME,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,78,124,8
CONTROL "Show protocol icon",IDC_SHOWICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,88,124,8
|