auto updated

This commit is contained in:
Basile Burg 2018-11-25 18:09:26 +01:00
parent 265e3b9d91
commit be56b05f50
1 changed files with 2 additions and 3 deletions

View File

@ -9,7 +9,7 @@ object CEWidget: TCEWidget
ClientWidth = 332 ClientWidth = 332
ShowHint = True ShowHint = True
ShowInTaskBar = stNever ShowInTaskBar = stNever
LCLVersion = '1.8.0.6' LCLVersion = '2.0.0.2'
object Back: TPanel object Back: TPanel
Left = 0 Left = 0
Height = 121 Height = 121
@ -34,14 +34,13 @@ object CEWidget: TCEWidget
end end
object toolbar: TCEToolBar object toolbar: TCEToolBar
Left = 4 Left = 4
Height = 30
Top = 4 Top = 4
Width = 324 Width = 324
BorderSpacing.Left = 2 BorderSpacing.Left = 2
BorderSpacing.Top = 2 BorderSpacing.Top = 2
BorderSpacing.Right = 2 BorderSpacing.Right = 2
BorderSpacing.Around = 2 BorderSpacing.Around = 2
ButtonHeight = 28
ButtonWidth = 28
Caption = 'toolbar' Caption = 'toolbar'
EdgeBorders = [] EdgeBorders = []
EdgeInner = esNone EdgeInner = esNone