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 --- message_notify/resource.rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'message_notify') diff --git a/message_notify/resource.rc b/message_notify/resource.rc index e0bf111..cd35cfd 100644 --- a/message_notify/resource.rc +++ b/message_notify/resource.rc @@ -53,7 +53,8 @@ END // IDD_OPTIONS DIALOGEX 0, 0, 269, 181 -STYLE DS_SETFONT | WS_CHILD +STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD +EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Sans Serif", 0, 0, 0x0 BEGIN GROUPBOX "Notification Options",IDC_STATIC,7,7,142,95 -- cgit v1.2.3