diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-29 23:41:17 +0200 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-29 23:41:17 +0200 |
commit | 0388e4a5e99d7f38718ac17c4d3e3565d1e2d559 (patch) | |
tree | 815f27c0ed0ff776f2002c92e10b59cc5d4d7f89 /plugins/WebView/res | |
parent | 66913f4be6078f89ef87fbbc5dd3497c6dde51c2 (diff) |
fixes #1307 (horror in webview contact settings)
Diffstat (limited to 'plugins/WebView/res')
-rw-r--r-- | plugins/WebView/res/webview.rc | 4 |
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
|