summaryrefslogtreecommitdiff
path: root/plugins/WebView/res
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-04-29 23:41:17 +0200
committerGeorge Hazan <ghazan@miranda.im>2018-04-29 23:41:17 +0200
commit0388e4a5e99d7f38718ac17c4d3e3565d1e2d559 (patch)
tree815f27c0ed0ff776f2002c92e10b59cc5d4d7f89 /plugins/WebView/res
parent66913f4be6078f89ef87fbbc5dd3497c6dde51c2 (diff)
fixes #1307 (horror in webview contact settings)
Diffstat (limited to 'plugins/WebView/res')
-rw-r--r--plugins/WebView/res/webview.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/WebView/res/webview.rc b/plugins/WebView/res/webview.rc
index 80f20d478a..f79a6263b8 100644
--- a/plugins/WebView/res/webview.rc
+++ b/plugins/WebView/res/webview.rc
@@ -142,7 +142,7 @@ END
///contact options
//////////
IDD_CONTACT_OPT DIALOGEX 0, 0, 367, 115
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+STYLE DS_MODALFRAME | DS_3DLOOK | DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_CAPTION
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -209,7 +209,7 @@ END
//Alert Options
////////
IDD_ALRT_OPT DIALOGEX 0, 0, 337, 185
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+STYLE DS_MODALFRAME | DS_3DLOOK | DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_CAPTION
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1