IDE: Minor layout changes in EditorToolbar options frame.

git-svn-id: trunk@49484 -
This commit is contained in:
juha 2015-07-02 18:50:21 +00:00
parent d8a16b6dd0
commit e352c0638b
2 changed files with 11 additions and 11 deletions

View File

@ -63,29 +63,29 @@ object EditorToolbarOptionsFrame: TEditorToolbarOptionsFrame
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 29
Top = 66
Top = 70
Width = 69
Anchors = [akLeft]
AutoSize = True
BorderSpacing.Top = 6
BorderSpacing.Top = 14
Caption = 'Configure'
OnClick = bConfigClick
TabOrder = 2
end
object bDefaultToolbar: TBitBtn
AnchorSideLeft.Control = bConfig
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = bConfig
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = pnTop
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = cbPos
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 6
Left = 379
Height = 29
Top = 101
Width = 56
Top = 70
Width = 105
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Top = 6
Caption = 'Default'
Caption = 'Restore defaults'
OnClick = bDefaultToolbarClick
TabOrder = 3
end

View File

@ -102,7 +102,7 @@ begin
dbGeneralSettings.Caption := 'Editor Toolbars Settings'; // ToDo: Will be removed ...
cbCoolBarVisible.Caption := lisEditorToolbarVisible;
lblpos.Caption := lisPosition;
bDefaultToolbar.Caption := lisCoolbarRestoreDefaults;
bDefaultToolbar.Caption := lisCmpRestoreDefaults;
bConfig.Caption := lisCoolbarConfigure;
end;