mirror of https://gitlab.com/basile.b/dexed.git
auto updated
This commit is contained in:
parent
265e3b9d91
commit
be56b05f50
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue