From 8a986c98ef2f57c5b4eac583f1a704e4e5d57a57 Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Wed, 8 Sep 2010 19:03:27 +0000 Subject: [PATCH] Cosmetic: Label caption still sticks to its name until loop modifies it. Fixes issue #2158. --- source/runsqlfile.dfm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/runsqlfile.dfm b/source/runsqlfile.dfm index 25ff5e87..bad219e3 100644 --- a/source/runsqlfile.dfm +++ b/source/runsqlfile.dfm @@ -96,9 +96,9 @@ object RunSQLFileForm: TRunSQLFileForm object lblAffectedRowsValue: TLabel Left = 104 Top = 57 - Width = 104 + Width = 6 Height = 13 - Caption = 'lblAffectedRowsValue' + Caption = '0' end object btnClose: TButton Left = 162