diff, adjust settings for Windows

This commit is contained in:
Basile Burg 2017-03-05 10:42:13 +01:00
parent 40505e9a58
commit 9683f7c246
1 changed files with 7 additions and 5 deletions

View File

@ -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