From c51bbd4b151c5bfd5c04c687a4dbdac207823171 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 11 Nov 2016 19:58:36 +0100 Subject: [PATCH] fix leading space in widget caption --- src/ce_ceprojeditor.lfm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ce_ceprojeditor.lfm b/src/ce_ceprojeditor.lfm index 4286eb80..878096ce 100644 --- a/src/ce_ceprojeditor.lfm +++ b/src/ce_ceprojeditor.lfm @@ -3,7 +3,7 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget Height = 273 Top = 349 Width = 445 - Caption = ' CE project editor' + Caption = 'CE project editor' ClientHeight = 273 ClientWidth = 445 inherited Back: TPanel @@ -35,7 +35,7 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget Width = 160 Align = alLeft AutoExpand = True - DefaultItemHeight = 16 + DefaultItemHeight = 18 HideSelection = False ReadOnly = True ScrollBars = ssAutoBoth @@ -127,7 +127,7 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget end object selConf: TComboBox[4] Left = 117 - Height = 25 + Height = 23 Hint = 'select a configuration' Top = 3 Width = 317 @@ -136,7 +136,7 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget BorderSpacing.Top = 1 BorderSpacing.Right = 1 BorderSpacing.Around = 2 - ItemHeight = 0 + ItemHeight = 15 OnChange = selConfChange Style = csDropDownList TabOrder = 0