diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-14 12:06:14 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-14 12:06:14 +0000 |
commit | 4bae0d71fcc3580f253dc82c98c1120f62b90df2 (patch) | |
tree | ae258744ac1bafe509acb41922c2d4cd8504eb30 /plugins/QuickSearch/qs.rc | |
parent | bdabde8338ca9f7cd6e8f82194a07a8229edd987 (diff) |
QuickSearch: removed border around options
git-svn-id: http://svn.miranda-ng.org/main/trunk@13585 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/QuickSearch/qs.rc')
-rw-r--r-- | plugins/QuickSearch/qs.rc | 4 |
1 files changed, 2 insertions, 2 deletions
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
{
|