mirror of https://gitlab.com/basile.b/dexed.git
fix leading space in widget caption
This commit is contained in:
parent
82f16b9f8b
commit
c51bbd4b15
|
@ -3,7 +3,7 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget
|
||||||
Height = 273
|
Height = 273
|
||||||
Top = 349
|
Top = 349
|
||||||
Width = 445
|
Width = 445
|
||||||
Caption = ' CE project editor'
|
Caption = 'CE project editor'
|
||||||
ClientHeight = 273
|
ClientHeight = 273
|
||||||
ClientWidth = 445
|
ClientWidth = 445
|
||||||
inherited Back: TPanel
|
inherited Back: TPanel
|
||||||
|
@ -35,7 +35,7 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget
|
||||||
Width = 160
|
Width = 160
|
||||||
Align = alLeft
|
Align = alLeft
|
||||||
AutoExpand = True
|
AutoExpand = True
|
||||||
DefaultItemHeight = 16
|
DefaultItemHeight = 18
|
||||||
HideSelection = False
|
HideSelection = False
|
||||||
ReadOnly = True
|
ReadOnly = True
|
||||||
ScrollBars = ssAutoBoth
|
ScrollBars = ssAutoBoth
|
||||||
|
@ -127,7 +127,7 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget
|
||||||
end
|
end
|
||||||
object selConf: TComboBox[4]
|
object selConf: TComboBox[4]
|
||||||
Left = 117
|
Left = 117
|
||||||
Height = 25
|
Height = 23
|
||||||
Hint = 'select a configuration'
|
Hint = 'select a configuration'
|
||||||
Top = 3
|
Top = 3
|
||||||
Width = 317
|
Width = 317
|
||||||
|
@ -136,7 +136,7 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget
|
||||||
BorderSpacing.Top = 1
|
BorderSpacing.Top = 1
|
||||||
BorderSpacing.Right = 1
|
BorderSpacing.Right = 1
|
||||||
BorderSpacing.Around = 2
|
BorderSpacing.Around = 2
|
||||||
ItemHeight = 0
|
ItemHeight = 15
|
||||||
OnChange = selConfChange
|
OnChange = selConfChange
|
||||||
Style = csDropDownList
|
Style = csDropDownList
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
|
|
Loading…
Reference in New Issue