diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2014-02-01 11:36:57 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2014-02-01 11:36:57 +0000 |
commit | a34a74c769bed87d618294321e7fac735e2904b7 (patch) | |
tree | b75894729c317874198406e75ad31c17c3da1615 /plugins | |
parent | 359b8eada7a52483c0447fd9cdbfc09517022668 (diff) |
accessibility fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@7985 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/MirFox/res/resource.rc | 9 |
1 files changed, 6 insertions, 3 deletions
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
|