mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 06:20:45 +02:00
IDE: Fix anchors and scrollbar behavior in Options Dialog
git-svn-id: trunk@35679 -
This commit is contained in:
parent
ea6accf625
commit
9da9c3b12d
@ -51,6 +51,7 @@ inherited IDEOptionsDialog: TIDEOptionsDialog
|
||||
Align = alLeft
|
||||
ClientHeight = 456
|
||||
ClientWidth = 234
|
||||
Constraints.MinWidth = 150
|
||||
TabOrder = 2
|
||||
object CategoryTree: TTreeView
|
||||
AnchorSideLeft.Control = FilterEdit
|
||||
@ -68,7 +69,6 @@ inherited IDEOptionsDialog: TIDEOptionsDialog
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
Constraints.MinWidth = 206
|
||||
ReadOnly = True
|
||||
TabOrder = 0
|
||||
OnChange = CategoryTreeChange
|
||||
@ -79,15 +79,19 @@ inherited IDEOptionsDialog: TIDEOptionsDialog
|
||||
end
|
||||
object FilterEdit: TTreeFilterEdit
|
||||
AnchorSideLeft.Control = Panel1
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 7
|
||||
Height = 25
|
||||
Top = 8
|
||||
Width = 136
|
||||
Width = 178
|
||||
OnFilterItem = FilterEditFilterItem
|
||||
ButtonWidth = 23
|
||||
NumGlyphs = 0
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
Font.Color = clBtnShadow
|
||||
MaxLength = 0
|
||||
ParentFont = False
|
||||
TabOrder = 1
|
||||
FilteredTreeview = CategoryTree
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user