diff options
Diffstat (limited to 'worldtime_protocol')
-rw-r--r-- | worldtime_protocol/WorldTime.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/worldtime_protocol/WorldTime.rc b/worldtime_protocol/WorldTime.rc index f236f13..49d5e90 100644 --- a/worldtime_protocol/WorldTime.rc +++ b/worldtime_protocol/WorldTime.rc @@ -65,7 +65,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS //
IDD_DIALOG1 DIALOG 0, 0, 327, 255
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_SYSMENU
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX "Configuration",IDC_STATIC,7,7,313,241
|