diff --git a/ide/frames/editortoolbar_options.lfm b/ide/frames/editortoolbar_options.lfm index d7fc8e0ff6..73d586f486 100644 --- a/ide/frames/editortoolbar_options.lfm +++ b/ide/frames/editortoolbar_options.lfm @@ -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