mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 12:39:15 +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
|
Align = alLeft
|
||||||
ClientHeight = 456
|
ClientHeight = 456
|
||||||
ClientWidth = 234
|
ClientWidth = 234
|
||||||
|
Constraints.MinWidth = 150
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
object CategoryTree: TTreeView
|
object CategoryTree: TTreeView
|
||||||
AnchorSideLeft.Control = FilterEdit
|
AnchorSideLeft.Control = FilterEdit
|
||||||
@ -68,7 +69,6 @@ inherited IDEOptionsDialog: TIDEOptionsDialog
|
|||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
BorderSpacing.Bottom = 6
|
BorderSpacing.Bottom = 6
|
||||||
Constraints.MinWidth = 206
|
|
||||||
ReadOnly = True
|
ReadOnly = True
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
OnChange = CategoryTreeChange
|
OnChange = CategoryTreeChange
|
||||||
@ -79,15 +79,19 @@ inherited IDEOptionsDialog: TIDEOptionsDialog
|
|||||||
end
|
end
|
||||||
object FilterEdit: TTreeFilterEdit
|
object FilterEdit: TTreeFilterEdit
|
||||||
AnchorSideLeft.Control = Panel1
|
AnchorSideLeft.Control = Panel1
|
||||||
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 7
|
Left = 7
|
||||||
Height = 25
|
Height = 25
|
||||||
Top = 8
|
Top = 8
|
||||||
Width = 136
|
Width = 178
|
||||||
OnFilterItem = FilterEditFilterItem
|
OnFilterItem = FilterEditFilterItem
|
||||||
ButtonWidth = 23
|
ButtonWidth = 23
|
||||||
NumGlyphs = 0
|
NumGlyphs = 0
|
||||||
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
|
Font.Color = clBtnShadow
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
|
ParentFont = False
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
FilteredTreeview = CategoryTree
|
FilteredTreeview = CategoryTree
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user