From 7bc07a1bb6dc73029e98ce1c3e9c907ba09f7843 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 15 Nov 2022 17:07:08 +0300 Subject: fixes #3240 (StdClist: get rid of inverted logic) --- plugins/Clist_modern/res/resource.rc | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'plugins/Clist_modern/res/resource.rc') diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index 3113b7e2ac..daaa0881bf 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -413,15 +413,11 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN - CONTROL "Disable icon blinking",IDC_DISABLEBLINK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,19,156,9 - EDITTEXT IDC_BLINKTIME,12,33,35,12,ES_NUMBER - CONTROL "",IDC_BLINKSPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,42,34,11,12 - LTEXT "ms, delay between icon blinking",IDC_STATIC,51,35,104,8 GROUPBOX "System tray icon",IDC_STATIC,2,6,292,54 - 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 + CONTROL "Use xStatus icon",IDC_SHOWXSTATUS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,9,19,277,10 + CONTROL "Show normal status as overlay",IDC_SHOWNORMAL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,9,32,277,10 CONTROL "Status overlay opacity is 75%",IDC_TRANSPARENTOVERLAY, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,171,45,117,10 + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,9,45,277,10 GROUPBOX "Icon mode",IDC_STATIC,2,61,292,110 GROUPBOX "For similar statuses",IDC_STATIC,8,71,138,74 CONTROL "Global status",IDC_ICON_GLOBAL_S,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,14,81,124,10 -- cgit v1.2.3