diff options
author | George Hazan <ghazan@miranda.im> | 2022-03-02 19:39:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-03-02 19:39:35 +0300 |
commit | 476ba9e792b12b547b26343de787c2f4af722c93 (patch) | |
tree | e598ade983c6e333e0b645faad3080503c2bb8ad /plugins/NewXstatusNotify/res/resource.rc | |
parent | ec8df0b2db28de4184dfc868044dba41cc91d0f0 (diff) |
NewXstatusNotify: fix for background popup colors
Diffstat (limited to 'plugins/NewXstatusNotify/res/resource.rc')
-rw-r--r-- | plugins/NewXstatusNotify/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/NewXstatusNotify/res/resource.rc b/plugins/NewXstatusNotify/res/resource.rc index d4793b9347..3c9cced358 100644 --- a/plugins/NewXstatusNotify/res/resource.rc +++ b/plugins/NewXstatusNotify/res/resource.rc @@ -128,7 +128,7 @@ BEGIN LTEXT "Free for chat",IDC_STATIC,10,118,56,8
CONTROL "",IDC_FREEFORCHAT_BG,"ColourPicker",WS_TABSTOP,73,116,24,12
CONTROL "",IDC_FREEFORCHAT_TX,"ColourPicker",WS_TABSTOP,106,116,24,12
- CONTROL "",IDC_INVISIBLE_BG,"ColourPicker",WS_TABSTOP,73,131,24,12
+ CONTROL "",IDC_INVISIBLE_BG,"ColourPicker",WS_TABSTOP,73,131,24,12
CONTROL "",IDC_INVISIBLE_TX,"ColourPicker",WS_TABSTOP,106,131,24,12
LTEXT "Invisible",IDC_STATIC,10,133,56,8
LTEXT "Extra status",IDC_STATIC,10,178,56,8
@@ -220,7 +220,7 @@ BEGIN LTEXT "Disable when my status is:",IDC_STATIC,157,36,116,8
CONTROL "Online",IDC_CHK_ONLINE2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,157,50,116,10
CONTROL "Invisible",IDC_CHK_INVISIBLE2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,157,60,116,10
- CONTROL "Free for chat",IDC_CHK_FREECHAT2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,157,70,116,10
+ CONTROL "Free for chat",IDC_CHK_FREECHAT2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,157,70,116,10
CONTROL "Away",IDC_CHK_AWAY2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,157,80,116,10
CONTROL "Not available",IDC_CHK_NA2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,157,90,116,10
CONTROL "Occupied",IDC_CHK_OCCUPIED2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,157,100,116,10
|