mirror of https://gitlab.com/basile.b/dexed.git
diff, adjust settings for Windows
This commit is contained in:
parent
40505e9a58
commit
9683f7c246
|
@ -14,14 +14,14 @@ object CEDiffViewer: TCEDiffViewer
|
||||||
Width = 508
|
Width = 508
|
||||||
Align = alClient
|
Align = alClient
|
||||||
BorderSpacing.Around = 4
|
BorderSpacing.Around = 4
|
||||||
Font.Height = 13
|
Font.Height = -15
|
||||||
Font.Name = 'DejaVu Sans Mono'
|
Font.Name = 'DejaVu Sans Mono'
|
||||||
Font.Pitch = fpFixed
|
Font.Pitch = fpFixed
|
||||||
Font.Quality = fqNonAntialiased
|
Font.Quality = fqAntialiased
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
ParentFont = False
|
ParentFont = False
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
Gutter.Width = 57
|
Gutter.Width = 59
|
||||||
Gutter.MouseActions = <>
|
Gutter.MouseActions = <>
|
||||||
RightGutter.Width = 0
|
RightGutter.Width = 0
|
||||||
RightGutter.MouseActions = <>
|
RightGutter.MouseActions = <>
|
||||||
|
@ -56,7 +56,7 @@ object CEDiffViewer: TCEDiffViewer
|
||||||
MouseActions = <>
|
MouseActions = <>
|
||||||
end
|
end
|
||||||
object SynGutterLineNumber1: TSynGutterLineNumber
|
object SynGutterLineNumber1: TSynGutterLineNumber
|
||||||
Width = 17
|
Width = 19
|
||||||
MouseActions = <>
|
MouseActions = <>
|
||||||
MarkupInfo.Background = clBtnFace
|
MarkupInfo.Background = clBtnFace
|
||||||
MarkupInfo.Foreground = clNone
|
MarkupInfo.Foreground = clNone
|
||||||
|
@ -166,7 +166,9 @@ object CEDiffViewer: TCEDiffViewer
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object diffHl: TSynDiffSyn
|
object diffHl: TSynDiffSyn
|
||||||
Enabled = False
|
LineAddedAttri.Style = [fsBold]
|
||||||
|
LineRemovedAttri.Style = [fsBold]
|
||||||
|
LineChangedAttri.Style = [fsBold]
|
||||||
left = 8
|
left = 8
|
||||||
top = 64
|
top = 64
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue