diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-03 18:56:50 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-03 18:56:50 +0000 |
commit | ad0437acd3fbaa8f42249ef9bfb85c710602ae3d (patch) | |
tree | 56e4c1023add461aab1ab08566042dda4da29abc /plugins/FloatingContacts/res/fltcnt.rc | |
parent | 466affa123edae9767fa6b17334c050302865efd (diff) |
fix for the option's page style pt. 3
git-svn-id: http://svn.miranda-ng.org/main/trunk@13403 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FloatingContacts/res/fltcnt.rc')
-rw-r--r-- | plugins/FloatingContacts/res/fltcnt.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/FloatingContacts/res/fltcnt.rc b/plugins/FloatingContacts/res/fltcnt.rc index 789d4e02b1..0fdeef448c 100644 --- a/plugins/FloatingContacts/res/fltcnt.rc +++ b/plugins/FloatingContacts/res/fltcnt.rc @@ -53,7 +53,7 @@ END IDD_OPT_FLTCONT DIALOGEX 0, 0, 302, 219
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 400, 0, 0xCC
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Hiding contacts",IDC_STATIC,4,4,294,52
CONTROL "Hide offline contacts",IDC_CHK_HIDE_OFFLINE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,16,140,10,WS_EX_TRANSPARENT
@@ -88,7 +88,7 @@ END IDD_OPT_SKIN DIALOGEX 0, 0, 303, 117
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 400, 0, 0xCC
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Border",IDC_STATIC,4,2,293,36
CONTROL "Draw border",IDC_DRAWBORDER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,17,109,10,WS_EX_TRANSPARENT
|