mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 02:19:39 +02:00
IDE: fixed Tab Order dialog layout, bug #20901
git-svn-id: trunk@34192 -
This commit is contained in:
parent
3f621c5134
commit
d0e1af2495
@ -48,7 +48,7 @@ object TabOrderDialog: TTabOrderDialog
|
||||
Width = 267
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
DefaultItemHeight = 17
|
||||
DefaultItemHeight = 16
|
||||
HideSelection = False
|
||||
ReadOnly = True
|
||||
RightClickSelect = True
|
||||
@ -58,10 +58,14 @@ object TabOrderDialog: TTabOrderDialog
|
||||
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
|
||||
end
|
||||
object SortByPositionButton: TBitBtn
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 279
|
||||
Height = 25
|
||||
Top = 232
|
||||
Width = 25
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
GlyphShowMode = gsmAlways
|
||||
OnClick = SortByPositionButtonClick
|
||||
ParentShowHint = False
|
||||
|
Loading…
Reference in New Issue
Block a user