diff options
Diffstat (limited to 'plugins/TrafficCounter/res/resource.rc')
-rw-r--r-- | plugins/TrafficCounter/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TrafficCounter/res/resource.rc b/plugins/TrafficCounter/res/resource.rc index dad0617b25..5e33d3d57b 100644 --- a/plugins/TrafficCounter/res/resource.rc +++ b/plugins/TrafficCounter/res/resource.rc @@ -46,7 +46,7 @@ LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT // Dialog
//
-IDD_OPT_STATS DIALOGEX 0, 0, 305, 240
+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
BEGIN
@@ -118,7 +118,7 @@ BEGIN PUSHBUTTON "Test",IDC_TEST,251,93,50,11
END
-IDD_OPT_TRAFFIC DIALOGEX 0, 0, 305, 245
+IDD_OPT_TRAFFIC DIALOGEX 0, 0, 305, 230
STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|