From 9683f7c246b79152a1112c8dcc89f84631fd8d47 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sun, 5 Mar 2017 10:42:13 +0100 Subject: [PATCH] diff, adjust settings for Windows --- src/ce_diff.lfm | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/ce_diff.lfm b/src/ce_diff.lfm index 8d688549..ade8c72f 100644 --- a/src/ce_diff.lfm +++ b/src/ce_diff.lfm @@ -14,14 +14,14 @@ object CEDiffViewer: TCEDiffViewer Width = 508 Align = alClient BorderSpacing.Around = 4 - Font.Height = 13 + Font.Height = -15 Font.Name = 'DejaVu Sans Mono' Font.Pitch = fpFixed - Font.Quality = fqNonAntialiased + Font.Quality = fqAntialiased ParentColor = False ParentFont = False TabOrder = 0 - Gutter.Width = 57 + Gutter.Width = 59 Gutter.MouseActions = <> RightGutter.Width = 0 RightGutter.MouseActions = <> @@ -56,7 +56,7 @@ object CEDiffViewer: TCEDiffViewer MouseActions = <> end object SynGutterLineNumber1: TSynGutterLineNumber - Width = 17 + Width = 19 MouseActions = <> MarkupInfo.Background = clBtnFace MarkupInfo.Foreground = clNone @@ -166,7 +166,9 @@ object CEDiffViewer: TCEDiffViewer end end object diffHl: TSynDiffSyn - Enabled = False + LineAddedAttri.Style = [fsBold] + LineRemovedAttri.Style = [fsBold] + LineChangedAttri.Style = [fsBold] left = 8 top = 64 end