diff --git a/ide/unusedunitsdlg.lfm b/ide/unusedunitsdlg.lfm index 59e9d63766..59b02b1dba 100644 --- a/ide/unusedunitsdlg.lfm +++ b/ide/unusedunitsdlg.lfm @@ -9,15 +9,15 @@ object UnusedUnitsDialog: TUnusedUnitsDialog ClientWidth = 503 OnCreate = FormCreate Position = poScreenCenter - LCLVersion = '0.9.29' + LCLVersion = '1.1' object UnitsTreeView: TTreeView Left = 6 - Height = 291 + Height = 289 Top = 6 Width = 491 Align = alClient BorderSpacing.Around = 6 - DefaultItemHeight = 17 + DefaultItemHeight = 18 MultiSelect = True ReadOnly = True ScrollBars = ssAutoBoth @@ -27,23 +27,24 @@ object UnusedUnitsDialog: TUnusedUnitsDialog end object Panel1: TPanel Left = 0 - Height = 40 - Top = 303 + Height = 42 + Top = 301 Width = 503 Align = alBottom AutoSize = True ChildSizing.LeftRightSpacing = 6 ChildSizing.TopBottomSpacing = 6 ChildSizing.HorizontalSpacing = 10 - ClientHeight = 40 + ClientHeight = 42 ClientWidth = 503 TabOrder = 1 object CancelBitBtn: TBitBtn Left = 421 - Height = 26 + Height = 28 Top = 7 Width = 75 Align = alRight + AutoSize = True Cancel = True Caption = 'Cancel' Constraints.MinWidth = 75 @@ -53,10 +54,10 @@ object UnusedUnitsDialog: TUnusedUnitsDialog TabOrder = 0 end object RemoveSelectedBitBtn: TBitBtn - Left = 266 - Height = 26 + Left = 270 + Height = 28 Top = 7 - Width = 145 + Width = 141 Align = alRight AutoSize = True Caption = 'RemoveSelectedBitBtn' @@ -66,10 +67,10 @@ object UnusedUnitsDialog: TUnusedUnitsDialog TabOrder = 1 end object RemoveAllBitBtn: TBitBtn - Left = 141 - Height = 26 + Left = 153 + Height = 28 Top = 7 - Width = 115 + Width = 107 Align = alRight AutoSize = True Caption = 'RemoveAllBitBtn'