IDE: SearchResultWindow: Anchor of TreeFilterEdit to always show its button.

git-svn-id: trunk@55507 -
This commit is contained in:
michl 2017-07-15 14:49:04 +00:00
parent e67ced39bb
commit 76cd4aa108

View File

@ -62,6 +62,8 @@ object SearchResultsView: TSearchResultsView
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ToolBar
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 63
Height = 23
Top = 1
@ -70,6 +72,7 @@ object SearchResultsView: TSearchResultsView
ButtonWidth = 23
NumGlyphs = 1
BorderSpacing.Left = 6
Anchors = [akTop, akLeft, akRight]
MaxLength = 0
TabOrder = 0
OnChange = SearchInListChange