From fc7f4089d02a7fc53050e1932ee67617a7d61ead Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sun, 13 Jul 2014 03:41:44 +0200 Subject: [PATCH] fixed ce_search GUI for linux version --- src/ce_search.lfm | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/ce_search.lfm b/src/ce_search.lfm index 57587d7a..2c29be6a 100644 --- a/src/ce_search.lfm +++ b/src/ce_search.lfm @@ -1,20 +1,20 @@ inherited CESearchWidget: TCESearchWidget Left = 1486 - Height = 238 + Height = 243 Top = 327 Width = 394 Caption = 'Search & replace' - ClientHeight = 238 + ClientHeight = 243 ClientWidth = 394 inherited Back: TPanel - Height = 238 + Height = 243 Width = 394 - ClientHeight = 238 + ClientHeight = 243 ClientWidth = 394 inherited Content: TPanel - Height = 238 + Height = 243 Width = 394 - ClientHeight = 238 + ClientHeight = 243 ClientWidth = 394 object cbToFind: TComboBox[0] Left = 4 @@ -22,7 +22,7 @@ inherited CESearchWidget: TCESearchWidget Top = 4 Width = 386 Align = alTop - Anchors = [akTop, akLeft, akRight, akBottom] + AutoSize = False BorderSpacing.Around = 4 ItemHeight = 15 OnChange = cbToFindChange @@ -31,7 +31,7 @@ inherited CESearchWidget: TCESearchWidget object btnFind: TBitBtn[1] Left = 4 Height = 24 - Top = 154 + Top = 159 Width = 386 Align = alBottom BorderSpacing.Around = 4 @@ -77,7 +77,7 @@ inherited CESearchWidget: TCESearchWidget object btnReplace: TBitBtn[2] Left = 4 Height = 24 - Top = 182 + Top = 187 Width = 386 Align = alBottom BorderSpacing.Around = 4 @@ -122,13 +122,13 @@ inherited CESearchWidget: TCESearchWidget end object grpOpts: TGroupBox[3] Left = 4 - Height = 92 + Height = 97 Top = 58 Width = 386 Align = alClient BorderSpacing.Around = 4 Caption = 'Options' - ClientHeight = 74 + ClientHeight = 79 ClientWidth = 382 TabOrder = 3 object chkWWord: TCheckBox @@ -177,7 +177,7 @@ inherited CESearchWidget: TCESearchWidget object btnReplaceAll: TBitBtn[4] Left = 4 Height = 24 - Top = 210 + Top = 215 Width = 386 Align = alBottom BorderSpacing.Around = 4