mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 09:19:22 +02:00
IDE: Minor layout changes in EditorToolbar options frame.
git-svn-id: trunk@49484 -
This commit is contained in:
parent
d8a16b6dd0
commit
e352c0638b
@ -63,29 +63,29 @@ object EditorToolbarOptionsFrame: TEditorToolbarOptionsFrame
|
|||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 29
|
Height = 29
|
||||||
Top = 66
|
Top = 70
|
||||||
Width = 69
|
Width = 69
|
||||||
Anchors = [akLeft]
|
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 14
|
||||||
Caption = 'Configure'
|
Caption = 'Configure'
|
||||||
OnClick = bConfigClick
|
OnClick = bConfigClick
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
object bDefaultToolbar: TBitBtn
|
object bDefaultToolbar: TBitBtn
|
||||||
AnchorSideLeft.Control = bConfig
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = bConfig
|
AnchorSideTop.Control = bConfig
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Control = pnTop
|
AnchorSideRight.Control = cbPos
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 6
|
Left = 379
|
||||||
Height = 29
|
Height = 29
|
||||||
Top = 101
|
Top = 70
|
||||||
Width = 56
|
Width = 105
|
||||||
|
Anchors = [akTop, akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'Default'
|
Caption = 'Restore defaults'
|
||||||
OnClick = bDefaultToolbarClick
|
OnClick = bDefaultToolbarClick
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
end
|
end
|
||||||
|
@ -102,7 +102,7 @@ begin
|
|||||||
dbGeneralSettings.Caption := 'Editor Toolbars Settings'; // ToDo: Will be removed ...
|
dbGeneralSettings.Caption := 'Editor Toolbars Settings'; // ToDo: Will be removed ...
|
||||||
cbCoolBarVisible.Caption := lisEditorToolbarVisible;
|
cbCoolBarVisible.Caption := lisEditorToolbarVisible;
|
||||||
lblpos.Caption := lisPosition;
|
lblpos.Caption := lisPosition;
|
||||||
bDefaultToolbar.Caption := lisCoolbarRestoreDefaults;
|
bDefaultToolbar.Caption := lisCmpRestoreDefaults;
|
||||||
bConfig.Caption := lisCoolbarConfigure;
|
bConfig.Caption := lisCoolbarConfigure;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user