mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-03 00:17:18 +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
|
||||
end
|
||||
object EditorTabPositionCheckBox: TComboBox
|
||||
AnchorSideLeft.Control = pnlNBTabs
|
||||
AnchorSideLeft.Control = EditorTabPositionLabel
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = chkCtrlMiddleCloseOthers
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 21
|
||||
Top = 54
|
||||
Width = 150
|
||||
BorderSpacing.Left = 5
|
||||
BorderSpacing.Top = 3
|
||||
ItemHeight = 13
|
||||
Style = csDropDownList
|
||||
|
||||
Loading…
Reference in New Issue
Block a user