mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 05:19:10 +02:00
ide: use bottom edge border for the toolbar
git-svn-id: trunk@27674 -
This commit is contained in:
parent
0a96abb7c2
commit
a6db96c22c
@ -1147,39 +1147,40 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
|||||||
Top = 0
|
Top = 0
|
||||||
Width = 640
|
Width = 640
|
||||||
Caption = 'ToolBar'
|
Caption = 'ToolBar'
|
||||||
|
EdgeBorders = [ebBottom]
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ShowCaptions = True
|
ShowCaptions = True
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
object UseSyntaxHighlightCheckBox: TToolButton
|
object UseSyntaxHighlightCheckBox: TToolButton
|
||||||
Left = 1
|
Left = 1
|
||||||
Top = 2
|
Top = 0
|
||||||
OnClick = GeneralCheckBoxOnChange
|
OnClick = GeneralCheckBoxOnChange
|
||||||
ShowCaption = False
|
ShowCaption = False
|
||||||
Style = tbsCheck
|
Style = tbsCheck
|
||||||
end
|
end
|
||||||
object ToolButton2: TToolButton
|
object ToolButton2: TToolButton
|
||||||
Left = 24
|
Left = 24
|
||||||
Top = 2
|
Top = 0
|
||||||
Width = 4
|
Width = 4
|
||||||
Caption = 'ToolButton2'
|
Caption = 'ToolButton2'
|
||||||
Style = tbsDivider
|
Style = tbsDivider
|
||||||
end
|
end
|
||||||
object LanguageButton: TToolButton
|
object LanguageButton: TToolButton
|
||||||
Left = 28
|
Left = 28
|
||||||
Top = 2
|
Top = 0
|
||||||
DropdownMenu = LanguageMenu
|
DropdownMenu = LanguageMenu
|
||||||
end
|
end
|
||||||
object ColorSchemeButton: TToolButton
|
object ColorSchemeButton: TToolButton
|
||||||
Left = 51
|
Left = 51
|
||||||
Top = 2
|
Top = 0
|
||||||
DropdownMenu = ColorSchemeMenu
|
DropdownMenu = ColorSchemeMenu
|
||||||
end
|
end
|
||||||
object FileExtensionsComboBox: TComboBox
|
object FileExtensionsComboBox: TComboBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 74
|
Left = 74
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 2
|
Top = 0
|
||||||
Width = 139
|
Width = 139
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
ItemHeight = 15
|
ItemHeight = 15
|
||||||
@ -1195,32 +1196,32 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
|||||||
end
|
end
|
||||||
object ToolButton5: TToolButton
|
object ToolButton5: TToolButton
|
||||||
Left = 213
|
Left = 213
|
||||||
Top = 2
|
Top = 0
|
||||||
Width = 4
|
Width = 4
|
||||||
Caption = 'ToolButton5'
|
Caption = 'ToolButton5'
|
||||||
Style = tbsDivider
|
Style = tbsDivider
|
||||||
end
|
end
|
||||||
object btnExport: TToolButton
|
object btnExport: TToolButton
|
||||||
Left = 217
|
Left = 217
|
||||||
Top = 2
|
Top = 0
|
||||||
OnClick = btnExportClick
|
OnClick = btnExportClick
|
||||||
ShowCaption = False
|
ShowCaption = False
|
||||||
end
|
end
|
||||||
object SetAllAttributesToDefaultButton: TToolButton
|
object SetAllAttributesToDefaultButton: TToolButton
|
||||||
Left = 240
|
Left = 240
|
||||||
Top = 2
|
Top = 0
|
||||||
OnClick = SetAllAttributesToDefaultButtonClick
|
OnClick = SetAllAttributesToDefaultButtonClick
|
||||||
ShowCaption = False
|
ShowCaption = False
|
||||||
end
|
end
|
||||||
object SetAttributeToDefaultButton: TToolButton
|
object SetAttributeToDefaultButton: TToolButton
|
||||||
Left = 267
|
Left = 267
|
||||||
Top = 2
|
Top = 0
|
||||||
OnClick = SetAttributeToDefaultButtonClick
|
OnClick = SetAttributeToDefaultButtonClick
|
||||||
ShowCaption = False
|
ShowCaption = False
|
||||||
end
|
end
|
||||||
object ToolButton1: TToolButton
|
object ToolButton1: TToolButton
|
||||||
Left = 263
|
Left = 263
|
||||||
Top = 2
|
Top = 0
|
||||||
Width = 4
|
Width = 4
|
||||||
Caption = 'ToolButton1'
|
Caption = 'ToolButton1'
|
||||||
Style = tbsDivider
|
Style = tbsDivider
|
||||||
|
Loading…
Reference in New Issue
Block a user