mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 06:00:31 +02:00
IDE: Editor toolbar frame layout fixes. Issue #28345, patch from Alexey Torgashin.
git-svn-id: trunk@49463 -
This commit is contained in:
parent
4c5a14004b
commit
5d9db19451
@ -61,39 +61,40 @@ object EditorToolbarOptionsFrame: TEditorToolbarOptionsFrame
|
||||
AnchorSideTop.Control = cbCoolBarVisible
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 12
|
||||
Left = 6
|
||||
Height = 29
|
||||
Top = 77
|
||||
Top = 66
|
||||
Width = 69
|
||||
Anchors = [akLeft]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 21
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'Configure'
|
||||
OnClick = bConfigClick
|
||||
TabOrder = 1
|
||||
TabOrder = 2
|
||||
end
|
||||
object bDefaultToolbar: TBitBtn
|
||||
AnchorSideLeft.Control = bConfig
|
||||
AnchorSideTop.Control = bConfig
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = pnTop
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 435
|
||||
Left = 6
|
||||
Height = 29
|
||||
Top = 77
|
||||
Top = 101
|
||||
Width = 56
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Right = 12
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'Default'
|
||||
OnClick = bDefaultToolbarClick
|
||||
TabOrder = 2
|
||||
TabOrder = 3
|
||||
end
|
||||
object lblpos: TLabel
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = cbPos
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = cbPos
|
||||
Left = 207
|
||||
Left = 343
|
||||
Height = 17
|
||||
Top = 37
|
||||
Width = 35
|
||||
@ -107,7 +108,7 @@ object EditorToolbarOptionsFrame: TEditorToolbarOptionsFrame
|
||||
AnchorSideTop.Control = cbCoolBarVisible
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 248
|
||||
Left = 384
|
||||
Height = 23
|
||||
Top = 34
|
||||
Width = 100
|
||||
@ -122,7 +123,8 @@ object EditorToolbarOptionsFrame: TEditorToolbarOptionsFrame
|
||||
'Left'
|
||||
)
|
||||
OnChange = cbPosChange
|
||||
TabOrder = 3
|
||||
Style = csDropDownList
|
||||
TabOrder = 1
|
||||
Text = 'Top'
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user