From 4bae0d71fcc3580f253dc82c98c1120f62b90df2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 14 May 2015 12:06:14 +0000 Subject: QuickSearch: removed border around options git-svn-id: http://svn.miranda-ng.org/main/trunk@13585 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/QuickSearch/qs.rc | 4 ++-- plugins/QuickSearch/qs.res | Bin 13308 -> 13308 bytes 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/QuickSearch/qs.rc b/plugins/QuickSearch/qs.rc index 450e4e31ac..35c425a3ab 100644 --- a/plugins/QuickSearch/qs.rc +++ b/plugins/QuickSearch/qs.rc @@ -3,7 +3,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL IDD_FRAME DIALOGEX 0, 0, 114, 16, 0 -STYLE DS_SETFONT | WS_CHILD | DS_FIXEDSYS | WS_VISIBLE +STYLE DS_SETFONT | WS_CHILD | DS_FIXEDSYS EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0 { @@ -28,7 +28,7 @@ FONT 8, "MS Shell Dlg", 0, 0 } */ IDD_DIALOG1 DIALOGEX 0, 0, 314, 250 -STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_BORDER +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "Ms Shell Dlg",0,0 { diff --git a/plugins/QuickSearch/qs.res b/plugins/QuickSearch/qs.res index d05f7b9615..ec1713c741 100644 Binary files a/plugins/QuickSearch/qs.res and b/plugins/QuickSearch/qs.res differ -- cgit v1.2.3