mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 22:18:15 +02:00
IDE: SearchResultWindow: Anchor of TreeFilterEdit to always show its button.
git-svn-id: trunk@55507 -
This commit is contained in:
parent
e67ced39bb
commit
76cd4aa108
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user