summaryrefslogtreecommitdiff
path: root/plugins/TrafficCounter/res/resource.rc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TrafficCounter/res/resource.rc')
-rw-r--r--plugins/TrafficCounter/res/resource.rc12
1 files changed, 7 insertions, 5 deletions
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