From f465ee60865130d6fdbdc4ca540bb8f3b65acc01 Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Sun, 29 Nov 2009 21:19:36 +0000 Subject: [PATCH] Fix wrong color in mainform's font property. Broken since r1 (!). Fixes issue #1366. --- source/main.dfm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.dfm b/source/main.dfm index 88147f79..cc187413 100644 --- a/source/main.dfm +++ b/source/main.dfm @@ -5,7 +5,7 @@ object MainForm: TMainForm ClientWidth = 756 Color = clBtnFace Font.Charset = DEFAULT_CHARSET - Font.Color = clBlack + Font.Color = clWindowText Font.Height = -11 Font.Name = 'Default' Font.Style = []