diff options
Diffstat (limited to 'plugins/Ping/res/ping.rc')
-rw-r--r-- | plugins/Ping/res/ping.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Ping/res/ping.rc b/plugins/Ping/res/ping.rc index 8cd7a2a170..b23c807f29 100644 --- a/plugins/Ping/res/ping.rc +++ b/plugins/Ping/res/ping.rc @@ -65,7 +65,7 @@ IDI_ICON_TESTING ICON "yellow.ico" //
IDD_DIALOG1 DIALOGEX 0, 0, 303, 227
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -101,7 +101,7 @@ BEGIN END
IDD_DIALOG2 DIALOGEX 0, 0, 285, 212
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
|