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 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

View File

@ -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;