IDE: fixed Tab Order dialog layout, bug #20901

git-svn-id: trunk@34192 -
This commit is contained in:
maxim 2011-12-14 20:05:54 +00:00
parent 3f621c5134
commit d0e1af2495

View File

@ -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