From 7bd0056248d748046b7a88d10522c8391c43f31c Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 3 May 2015 20:52:34 +0000 Subject: fix for the option's page style pt. 10 git-svn-id: http://svn.miranda-ng.org/main/trunk@13413 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tlen/res/tlen.rc | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'protocols/Tlen') diff --git a/protocols/Tlen/res/tlen.rc b/protocols/Tlen/res/tlen.rc index 8cb7316bd8..b4eb51e6e6 100644 --- a/protocols/Tlen/res/tlen.rc +++ b/protocols/Tlen/res/tlen.rc @@ -51,9 +51,9 @@ END IDD_OPTIONS_BASIC DIALOGEX 0, 0, 304, 200 -STYLE DS_FIXEDSYS | WS_CHILD +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg" +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN GROUPBOX "Tlen",IDC_TLEN,0,0,304,42 LTEXT "Username:",IDC_STATIC,8,12,52,8 @@ -102,9 +102,9 @@ END IDD_OPTIONS_VOICE DIALOGEX 0, 0, 304, 200 -STYLE DS_FIXEDSYS | WS_CHILD +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg" +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN GROUPBOX "Voice Chats",IDC_STATIC,0,0,304,57 LTEXT "Voice chat policy",IDC_STATIC,8,12,70,8 @@ -119,9 +119,9 @@ BEGIN END IDD_OPTIONS_ADVANCED DIALOGEX 0, 0, 304, 200 -STYLE DS_FIXEDSYS | WS_CHILD +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg" +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN GROUPBOX "Expert Options",IDC_STATIC,0,0,304,74 LTEXT "Login server:",IDC_STATIC,8,18,75,8 @@ -171,8 +171,9 @@ BEGIN END IDD_OPTIONS_POPUPS DIALOG DISCARDABLE 0, 0, 304, 143 -STYLE WS_CHILD -FONT 8, "MS Sans Serif" +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD +EXSTYLE WS_EX_CONTROLPARENT +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN GROUPBOX "Mail Notification",IDC_STATIC,0,0,304,110 -- cgit v1.2.3