diff options
Diffstat (limited to 'updater/updater.rc')
-rw-r--r-- | updater/updater.rc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/updater/updater.rc b/updater/updater.rc index a79ab38..8a89e79 100644 --- a/updater/updater.rc +++ b/updater/updater.rc @@ -78,7 +78,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS //
IDD_OPT1 DIALOGEX 0, 0, 293, 228
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
CONTROL "Check for updates on startup",IDC_CHK_ONSTART,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,97,138,10
@@ -132,7 +133,8 @@ BEGIN END
IDD_OPT2 DIALOGEX 0, 0, 281, 167
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Data:",IDC_STATIC,14,15,129,8
|