ide: remove toolbar top bevel from the Additions and Overrides frame. We don't use Top Bevel for other IDE toolbars and bottom bevel is not needed too since bottom control has it own

git-svn-id: trunk@41715 -
This commit is contained in:
paul 2013-06-14 14:25:37 +00:00
parent e7dbab74f9
commit e3f594943a
2 changed files with 30 additions and 18 deletions

View File

@ -14,12 +14,13 @@ object CompOptModeMatrixFrame: TCompOptModeMatrixFrame
Top = 0
Width = 550
Caption = 'BMMatrixToolBar'
EdgeBorders = []
List = True
ShowCaptions = True
TabOrder = 0
object BMMMoveUpToolButton: TToolButton
Left = 1
Top = 2
Top = 0
Caption = 'Up'
OnClick = BMMMoveUpToolButtonClick
ParentShowHint = False
@ -27,60 +28,60 @@ object CompOptModeMatrixFrame: TCompOptModeMatrixFrame
end
object BMMMoveDownToolButton: TToolButton
Left = 24
Top = 2
Top = 0
Caption = 'Down'
OnClick = BMMMoveDownToolButtonClick
ParentShowHint = False
ShowHint = True
end
object BMMUndoToolButton: TToolButton
Left = 74
Top = 2
Left = 73
Top = 0
Caption = 'Undo'
OnClick = BMMUndoToolButtonClick
ParentShowHint = False
ShowHint = True
end
object BMMRedoToolButton: TToolButton
Left = 111
Top = 2
Left = 110
Top = 0
Caption = 'Redo'
OnClick = BMMRedoToolButtonClick
ParentShowHint = False
ShowHint = True
end
object BMMDeleteToolButton: TToolButton
Left = 210
Top = 2
Left = 207
Top = 0
Caption = 'Delete'
OnClick = BMMDeleteToolButtonClick
ParentShowHint = False
ShowHint = True
end
object ToolButton1: TToolButton
Left = 64
Top = 2
Left = 63
Top = 0
Width = 10
Caption = 'ToolButton1'
Style = tbsSeparator
end
object ToolButton2: TToolButton
Left = 148
Top = 2
Left = 145
Top = 0
Width = 10
Caption = 'ToolButton2'
Style = tbsSeparator
end
object ToolButton3: TToolButton
Left = 200
Top = 2
Left = 197
Top = 0
Width = 10
Caption = 'ToolButton3'
Style = tbsSeparator
end
object BMMAddToolButton: TToolButton
Left = 158
Top = 2
Left = 155
Top = 0
Caption = 'Add'
DropdownMenu = BMMAddPopupMenu
OnClick = BMMAddToolButtonClick

View File

@ -66,7 +66,7 @@
<PackageName Value="SynEdit"/>
</Item7>
</RequiredPackages>
<Units Count="100">
<Units Count="101">
<Unit0>
<Filename Value="lazarus.pp"/>
<IsPartOfProject Value="True"/>
@ -124,6 +124,7 @@
<Filename Value="frames/naming_options.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="NamingOptionsFrame"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Frame"/>
<UnitName Value="naming_options"/>
</Unit8>
@ -131,6 +132,7 @@
<Filename Value="frames/fpdoc_options.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="FpDocOptionsFrame"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Frame"/>
<UnitName Value="fpdoc_options"/>
</Unit9>
@ -218,7 +220,8 @@
<Unit21>
<Filename Value="frames/codetools_identifiercompletion_options.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="CodetoolsIndentifierComplietionOptionsFrame"/>
<ComponentName Value="CodetoolsIndentifierCompletionOptionsFrame"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Frame"/>
<UnitName Value="codetools_identifiercompletion_options"/>
</Unit21>
@ -754,6 +757,14 @@
<IsPartOfProject Value="True"/>
<UnitName Value="ModeMatrixOpts"/>
</Unit99>
<Unit100>
<Filename Value="frames/compiler_modematrix.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="CompOptModeMatrixFrame"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Frame"/>
<UnitName Value="Compiler_ModeMatrix"/>
</Unit100>
</Units>
</ProjectOptions>
<CompilerOptions>