diff options
Diffstat (limited to 'plugins/WebView')
-rw-r--r-- | plugins/WebView/res/webview.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/WebView/res/webview.rc b/plugins/WebView/res/webview.rc index 8fcac5b525..bcd7a4ee99 100644 --- a/plugins/WebView/res/webview.rc +++ b/plugins/WebView/res/webview.rc @@ -277,7 +277,7 @@ END //popup options
///////
IDD_POPUP DIALOGEX 0, 0, 306, 183
-STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
|