From 30843465a629ab9ef15dc86ccc18aac0bcde5380 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 3 May 2015 18:20:26 +0000 Subject: fix for the option's page style git-svn-id: http://svn.miranda-ng.org/main/trunk@13400 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AVS/res/avs.rc | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'plugins/AVS/res/avs.rc') diff --git a/plugins/AVS/res/avs.rc b/plugins/AVS/res/avs.rc index 11d9631c5e..59936a6d9f 100644 --- a/plugins/AVS/res/avs.rc +++ b/plugins/AVS/res/avs.rc @@ -27,8 +27,9 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL // IDD_OPTIONS_PICTS DIALOGEX 0, 0, 299, 214 -STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_CLIPSIBLINGS -FONT 8, "MS Shell Dlg", 400, 0, 0x1 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD +EXSTYLE WS_EX_CONTROLPARENT +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN CTEXT "The pictures you can set here are used as default avatars\nfor contacts that don't have their own.\nUse the checkboxes to enable/disable showing avatars for the protocols.",IDC_STATIC,0,13,294,27 CONTROL "",IDC_PROTOCOLS,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_AUTOARRANGE | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,19,83,150,85 @@ -40,8 +41,9 @@ BEGIN END IDD_OPTIONS_AVATARS DIALOGEX 0, 0, 302, 189 -STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_CLIPSIBLINGS -FONT 8, "MS Shell Dlg", 400, 0, 0x1 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD +EXSTYLE WS_EX_CONTROLPARENT +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN CONTROL "Try to draw avatar background transparent (for images without transparency)",IDC_MAKE_TRANSPARENT_BKG, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,19,17,278,12 @@ -58,8 +60,9 @@ BEGIN END IDD_OPTIONS_OWN DIALOGEX 0, 0, 302, 75 -STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_CLIPSIBLINGS -FONT 8, "MS Shell Dlg", 400, 0, 0x1 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD +EXSTYLE WS_EX_CONTROLPARENT +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN CONTROL "When setting avatars, always make them square",IDC_SET_MAKE_SQUARE, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,17,281,11 -- cgit v1.2.3