mirror of https://gitlab.com/basile.b/dexed.git
fix too small combobox in ce proj editor
This commit is contained in:
parent
e41911157a
commit
f17c1424d3
|
@ -35,7 +35,6 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget
|
||||||
Width = 160
|
Width = 160
|
||||||
Align = alLeft
|
Align = alLeft
|
||||||
AutoExpand = True
|
AutoExpand = True
|
||||||
DefaultItemHeight = 18
|
|
||||||
HideSelection = False
|
HideSelection = False
|
||||||
ReadOnly = True
|
ReadOnly = True
|
||||||
ScrollBars = ssAutoBoth
|
ScrollBars = ssAutoBoth
|
||||||
|
@ -126,17 +125,15 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget
|
||||||
scaledSeparator = False
|
scaledSeparator = False
|
||||||
end
|
end
|
||||||
object selConf: TComboBox[4]
|
object selConf: TComboBox[4]
|
||||||
Left = 117
|
Left = 116
|
||||||
Height = 23
|
Height = 28
|
||||||
Hint = 'select a configuration'
|
Hint = 'select a configuration'
|
||||||
Top = 3
|
Top = 1
|
||||||
Width = 317
|
Width = 320
|
||||||
Align = alClient
|
Align = alClient
|
||||||
BorderSpacing.Left = 114
|
BorderSpacing.Left = 114
|
||||||
BorderSpacing.Top = 1
|
BorderSpacing.Around = 1
|
||||||
BorderSpacing.Right = 1
|
ItemHeight = 0
|
||||||
BorderSpacing.Around = 2
|
|
||||||
ItemHeight = 15
|
|
||||||
OnChange = selConfChange
|
OnChange = selConfChange
|
||||||
Style = csDropDownList
|
Style = csDropDownList
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
|
|
Loading…
Reference in New Issue