From a34a74c769bed87d618294321e7fac735e2904b7 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sat, 1 Feb 2014 11:36:57 +0000 Subject: accessibility fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@7985 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirFox/res/resource.rc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'plugins/MirFox/res') diff --git a/plugins/MirFox/res/resource.rc b/plugins/MirFox/res/resource.rc index e33ff283c8..3040680b80 100644 --- a/plugins/MirFox/res/resource.rc +++ b/plugins/MirFox/res/resource.rc @@ -47,7 +47,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT // IDD_OPT1 DIALOGEX 0, 0, 310, 230 -STYLE DS_SETFONT | WS_POPUP +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD +EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Sans Serif", 0, 0, 0x0 BEGIN GROUPBOX "Send to contact action",IDC1_STATIC_G1,17,10,275,146 @@ -64,7 +65,8 @@ BEGIN END IDD_OPT2 DIALOGEX 0, 0, 310, 230 -STYLE DS_SETFONT | WS_POPUP +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD +EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Sans Serif", 0, 0, 0x0 BEGIN GROUPBOX "Show these contacts in 'Send ... to' option in Firefox",IDC_STATIC,6,7,299,219 @@ -72,7 +74,8 @@ BEGIN END IDD_OPT3 DIALOGEX 0, 0, 310, 230 -STYLE DS_SETFONT | WS_POPUP +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD +EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Sans Serif", 0, 0, 0x0 BEGIN GROUPBOX "Show these accounts in 'Set status message' option in Firefox",IDC3_STATIC_G1,17,18,275,191 -- cgit v1.2.3