diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-11-21 13:09:24 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-11-21 13:09:24 +0000 |
commit | 1a743f8be3d7067091e33629aa0f982eaa2a3452 (patch) | |
tree | 62f0c25c7191d94dbc34d7816631bdceba8467fe /updater/updater.rc | |
parent | a12834357408f90a134b1dd4de3527e2fe85b977 (diff) |
fix keyboard navigation in options pages
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@384 4f64403b-2f21-0410-a795-97e2b3489a10
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
|