From 0388e4a5e99d7f38718ac17c4d3e3565d1e2d559 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 29 Apr 2018 23:41:17 +0200 Subject: fixes #1307 (horror in webview contact settings) --- plugins/WebView/res/webview.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/WebView/res') 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 -- cgit v1.2.3