mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Fix wrong color in mainform's font property. Broken since r1 (!). Fixes issue #1366.
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user