From 9eec98c1f0def9eadf46b543266de8b1640e1ccf Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Fri, 16 May 2003 08:38:51 +0000
Subject: [PATCH] Use fixed-width fonts.

---
 src/sbbs3/chat/MainFormUnit.dfm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/sbbs3/chat/MainFormUnit.dfm b/src/sbbs3/chat/MainFormUnit.dfm
index d4e7d9de7e..b1adfce924 100644
--- a/src/sbbs3/chat/MainFormUnit.dfm
+++ b/src/sbbs3/chat/MainFormUnit.dfm
@@ -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
-- 
GitLab