From f17c1424d30be5c9d3d6302003ec6354759cfede Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Tue, 11 Jul 2017 18:44:04 +0200 Subject: [PATCH] fix too small combobox in ce proj editor --- src/ce_ceprojeditor.lfm | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/src/ce_ceprojeditor.lfm b/src/ce_ceprojeditor.lfm index 878096ce..4bec79a0 100644 --- a/src/ce_ceprojeditor.lfm +++ b/src/ce_ceprojeditor.lfm @@ -35,7 +35,6 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget Width = 160 Align = alLeft AutoExpand = True - DefaultItemHeight = 18 HideSelection = False ReadOnly = True ScrollBars = ssAutoBoth @@ -126,17 +125,15 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget scaledSeparator = False end object selConf: TComboBox[4] - Left = 117 - Height = 23 + Left = 116 + Height = 28 Hint = 'select a configuration' - Top = 3 - Width = 317 + Top = 1 + Width = 320 Align = alClient BorderSpacing.Left = 114 - BorderSpacing.Top = 1 - BorderSpacing.Right = 1 - BorderSpacing.Around = 2 - ItemHeight = 15 + BorderSpacing.Around = 1 + ItemHeight = 0 OnChange = selConfChange Style = csDropDownList TabOrder = 0