From 00cf179e31619d8b75c2e00007b61a443616bfc7 Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Sat, 21 Feb 2009 12:17:53 +0000 Subject: [PATCH] Fix issue #1011: Updated status of number of exported rows doesn't delete characters of previous longer status message --- source/exportsql.dfm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/exportsql.dfm b/source/exportsql.dfm index 854ccbc9..028ebc91 100644 --- a/source/exportsql.dfm +++ b/source/exportsql.dfm @@ -25,9 +25,10 @@ object ExportSQLForm: TExportSQLForm object lblProgress: TLabel Left = 3 Top = 396 - Width = 52 + Width = 460 Height = 13 - Anchors = [akLeft, akBottom] + Anchors = [akLeft, akRight, akBottom] + AutoSize = False Caption = 'lblProgress' end object btnExport: TButton