mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-03 19:47:53 +01:00
IDE: options: fixed EditorTabPosition anchoring
git-svn-id: trunk@50367 -
This commit is contained in:
parent
dc42c8f4d9
commit
3087610579
@ -363,13 +363,15 @@ object EditorMultiWindowOptionsFrame: TEditorMultiWindowOptionsFrame
|
|||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object EditorTabPositionCheckBox: TComboBox
|
object EditorTabPositionCheckBox: TComboBox
|
||||||
AnchorSideLeft.Control = pnlNBTabs
|
AnchorSideLeft.Control = EditorTabPositionLabel
|
||||||
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = chkCtrlMiddleCloseOthers
|
AnchorSideTop.Control = chkCtrlMiddleCloseOthers
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 21
|
Height = 21
|
||||||
Top = 54
|
Top = 54
|
||||||
Width = 150
|
Width = 150
|
||||||
|
BorderSpacing.Left = 5
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
ItemHeight = 13
|
ItemHeight = 13
|
||||||
Style = csDropDownList
|
Style = csDropDownList
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user