diff options
Diffstat (limited to 'plugins/MirFox/res/resource.rc')
-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
|