Fix wrong color in mainform's font property. Broken since r1 (!). Fixes issue #1366.

This commit is contained in:
Ansgar Becker
2009-11-29 21:19:36 +00:00
parent 115148fd23
commit f465ee6086

View File

@@ -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 = []