From 4f694541dd78c3a8fe5a2b5d03b79ee30bda421b Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 3 May 2015 19:45:59 +0000 Subject: fix for the option's page style pt. 5 git-svn-id: http://svn.miranda-ng.org/main/trunk@13406 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TrafficCounter/res/resource.rc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'plugins/TrafficCounter/res') diff --git a/plugins/TrafficCounter/res/resource.rc b/plugins/TrafficCounter/res/resource.rc index c14b8a8aaa..68b6867749 100644 --- a/plugins/TrafficCounter/res/resource.rc +++ b/plugins/TrafficCounter/res/resource.rc @@ -36,8 +36,9 @@ IDI_UNINSTALL_ICON ICON "network.ico" // IDD_OPT_STATS DIALOGEX 0, 0, 305, 230 -STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_SYSMENU -FONT 8, "MS Shell Dlg", 400, 0, 0x1 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD +EXSTYLE WS_EX_CONTROLPARENT +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN COMBOBOX IDC_COMBO_UNITS,243,69,62,90,CBS_DROPDOWNLIST | WS_TABSTOP CONTROL "",IDC_TAB_STATS,"SysTabControl32",0x0,0,84,305,146 @@ -52,8 +53,9 @@ BEGIN END IDD_OPT_TRAFFIC_POPUPS DIALOG 0, 0, 313, 233 -STYLE DS_SETFONT | WS_CHILD -FONT 8, "MS Shell Dlg" +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD +EXSTYLE WS_EX_CONTROLPARENT +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN GROUPBOX "Notification",IDC_STATIC,4,5,302,104 CONTROL "Notify me on every",IDC_NOTIFYSIZE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,9,15,86,10 @@ -75,7 +77,7 @@ BEGIN END IDD_OPT_TRAFFIC DIALOGEX 0, 0, 305, 230 -STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN -- cgit v1.2.3