Skip to content
Snippets Groups Projects
Commit 9eec98c1 authored by rswindell's avatar rswindell
Browse files

Use fixed-width fonts.

parent 35015a15
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ object MainForm: TMainForm
Font.Color = clLime
Font.Height = -15
Font.Name = 'System'
Font.Pitch = fpFixed
Font.Style = []
ParentFont = False
ReadOnly = True
......@@ -56,6 +57,7 @@ object MainForm: TMainForm
Font.Color = clGreen
Font.Height = -15
Font.Name = 'System'
Font.Pitch = fpFixed
Font.Style = []
HideSelection = False
ParentFont = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment