summaryrefslogtreecommitdiff
path: root/plugins/WebView/res
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-07-15 11:09:25 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-07-15 11:09:25 +0300
commitf6f131ab125696780a30993c56ff825a1d339ef5 (patch)
tree8fcb837f56c7cb1ba8caa7a4a5b64e5497143d35 /plugins/WebView/res
parenta32f58e73573f87c820784287b63cac76b42ae06 (diff)
fixes #1495 (WebView: radioboxes behaviour)
Diffstat (limited to 'plugins/WebView/res')
-rw-r--r--plugins/WebView/res/webview.rc9
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/WebView/res/webview.rc b/plugins/WebView/res/webview.rc
index f79a6263b8..a4fea01b4e 100644
--- a/plugins/WebView/res/webview.rc
+++ b/plugins/WebView/res/webview.rc
@@ -304,14 +304,15 @@ BEGIN
GROUPBOX "Colors",IDC_STATIC,8,60,270,60,WS_GROUP
CONTROL "Use custom colors",IDC_POP_USECUSTCOLORS,"Button",
BS_AUTORADIOBUTTON,18,70,111,13
- LTEXT "Background",IDC_STATIC,223,65,50,8,SS_CENTERIMAGE
- LTEXT "Text",IDC_STATIC,147,65,50,8,SS_CENTERIMAGE
- CONTROL "",IDC_POP_BGCOLOUR,"ColourPicker",WS_TABSTOP,223,75,35,11
- CONTROL "",IDC_POP_TEXTCOLOUR,"ColourPicker",WS_TABSTOP,147,75,35,11
CONTROL "Use Windows colors",IDC_POP_USEWINCOLORS,"Button",
BS_AUTORADIOBUTTON,18,85,121,13
CONTROL "Use same colors as data window", IDC_POP_USESAMECOLORS,"Button",
BS_AUTORADIOBUTTON,18,100,161,13
+
+ LTEXT "Background",IDC_STATIC,223,65,50,8,SS_CENTERIMAGE
+ LTEXT "Text",IDC_STATIC,147,65,50,8,SS_CENTERIMAGE
+ CONTROL "",IDC_POP_BGCOLOUR,"ColourPicker",WS_TABSTOP,223,75,35,11
+ CONTROL "",IDC_POP_TEXTCOLOUR,"ColourPicker",WS_TABSTOP,147,75,35,11
////
GROUPBOX "Left click action",IDC_STATIC,8,125,120,54,WS_GROUP