From 70a73907206f77d300b92629cfeb2d2ab4c3bb48 Mon Sep 17 00:00:00 2001 From: Merlijn Wajer Date: Sat, 25 Sep 2010 15:26:39 +0200 Subject: [PATCH] Simba: FontQuality of FrameScript -> fqProof. --- Projects/Simba/framescript.lfm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Projects/Simba/framescript.lfm b/Projects/Simba/framescript.lfm index e00b88d..314d9a0 100644 --- a/Projects/Simba/framescript.lfm +++ b/Projects/Simba/framescript.lfm @@ -17,6 +17,7 @@ object ScriptFrame: TScriptFrame Font.Height = -13 Font.Name = 'Courier New' Font.Pitch = fpFixed + Font.Quality = fqProof ParentColor = False ParentFont = False PopupMenu = SimbaForm.ScriptPopup @@ -27,7 +28,7 @@ object ScriptFrame: TScriptFrame OnKeyPress = SynEditKeyPress OnClickLink = SynEditClickLink OnMouseLink = SynEditMouseLink - Gutter.Width = 57 + Gutter.Width = 59 Gutter.MouseActions = < item Shift = [] @@ -626,7 +627,7 @@ object ScriptFrame: TScriptFrame Width = 24 end object TSynGutterLineNumber - Width = 17 + Width = 19 MouseActions = <> MarkupInfo.Background = clBtnFace MarkupInfo.Foreground = clNone