diff options
author | Vladislav Grishenko <themiron.ru@gmail.com> | 2012-11-23 10:56:34 +0000 |
---|---|---|
committer | Vladislav Grishenko <themiron.ru@gmail.com> | 2012-11-23 10:56:34 +0000 |
commit | 11fb84d832dd114ba04a156976cf1ee3a027cdc1 (patch) | |
tree | 2a4f13a2fa496ae67435cbb5c5edffc7148f788f /plugins/HistoryPlusPlus/GlobalSearch.dfm | |
parent | 92ad5aa7da96a047c03c391560bca2b49b5a284d (diff) |
History++: Re-fixed events filter button after inaccurate XE2 porting. Wasn't an extremely complex rocket science :)
git-svn-id: http://svn.miranda-ng.org/main/trunk@2441 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryPlusPlus/GlobalSearch.dfm')
-rw-r--r-- | plugins/HistoryPlusPlus/GlobalSearch.dfm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/HistoryPlusPlus/GlobalSearch.dfm b/plugins/HistoryPlusPlus/GlobalSearch.dfm index 8ba4c9419d..c4309e0b0e 100644 --- a/plugins/HistoryPlusPlus/GlobalSearch.dfm +++ b/plugins/HistoryPlusPlus/GlobalSearch.dfm @@ -492,7 +492,9 @@ object fmGlobalSearch: TfmGlobalSearch BorderWidth = 2
EdgeBorders = []
Flat = True
+ DoubleBuffered = True
Images = ilToolbar
+ ParentDoubleBuffered = False
TabOrder = 0
Transparent = True
object tbAdvanced: THppToolButton
@@ -575,7 +577,7 @@ object fmGlobalSearch: TfmGlobalSearch Style = tbsSeparator
Visible = False
end
- object tbEventsFilter: TSpeedButton
+ object tbEventsFilter: THppSpeedButton
Left = 185
Top = 0
Width = 110
|