summaryrefslogtreecommitdiff
path: root/tipper
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-11-21 13:09:24 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-11-21 13:09:24 +0000
commit1a743f8be3d7067091e33629aa0f982eaa2a3452 (patch)
tree62f0c25c7191d94dbc34d7816631bdceba8467fe /tipper
parenta12834357408f90a134b1dd4de3527e2fe85b977 (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 'tipper')
-rw-r--r--tipper/tipper.rc9
1 files changed, 6 insertions, 3 deletions
diff --git a/tipper/tipper.rc b/tipper/tipper.rc
index dd4330a..3ea64bd 100644
--- a/tipper/tipper.rc
+++ b/tipper/tipper.rc
@@ -65,7 +65,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS
//
IDD_OPT_LAYOUT DIALOGEX 0, 0, 259, 160
-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", 400, 0, 0x1
BEGIN
COMBOBOX IDC_CMB_ICON,12,26,107,69,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
@@ -137,7 +138,8 @@ BEGIN
END
IDD_OPT_CONTENT DIALOGEX 0, 0, 289, 179
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_SYSMENU
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
GROUPBOX "Items",IDC_STATIC,7,3,135,169
@@ -155,7 +157,8 @@ BEGIN
END
IDD_OPT_WINDOW DIALOGEX 0, 0, 278, 140
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_SYSMENU
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
EDITTEXT IDC_ED_WIDTH,89,15,31,12,ES_RIGHT | ES_AUTOHSCROLL | ES_NUMBER,WS_EX_RIGHT