From 1a743f8be3d7067091e33629aa0f982eaa2a3452 Mon Sep 17 00:00:00 2001 From: sje Date: Wed, 21 Nov 2007 13:09:24 +0000 Subject: fix keyboard navigation in options pages git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@384 4f64403b-2f21-0410-a795-97e2b3489a10 --- xframes/xframes.rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xframes/xframes.rc') diff --git a/xframes/xframes.rc b/xframes/xframes.rc index 40e579c..e8bc768 100644 --- a/xframes/xframes.rc +++ b/xframes/xframes.rc @@ -65,7 +65,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS // IDD_OPT DIALOGEX 0, 0, 299, 159 -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", 400, 0, 0x1 BEGIN LISTBOX IDC_LST_FRAMES,15,19,90,126,LBS_SORT | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP -- cgit v1.2.3