summaryrefslogtreecommitdiff
path: root/plugins/TrafficCounter/res
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2015-05-03 19:45:59 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2015-05-03 19:45:59 +0000
commit4f694541dd78c3a8fe5a2b5d03b79ee30bda421b (patch)
treeacb8c205dad864c5f2ef2702a21d19aabcf76a9d /plugins/TrafficCounter/res
parent8e75f693fe798d04765ac0287b821619dfc0b027 (diff)
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
Diffstat (limited to 'plugins/TrafficCounter/res')
-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