diff --git a/src/ce_controls.pas b/src/ce_controls.pas index 835b34e8..573f022e 100644 --- a/src/ce_controls.pas +++ b/src/ce_controls.pas @@ -175,7 +175,7 @@ begin fContent.BevelInner:= bvNone; fContent.BevelOuter:= bvNone; fContent.BorderStyle:=bsNone; - fContent.BorderSpacing.Around:=0; + fContent.BorderSpacing.Top:=3; fPages := TFPList.Create; fPageIndex := -1; diff --git a/src/ce_synmemo.pas b/src/ce_synmemo.pas index 6dc3bbbd..4e7bda22 100644 --- a/src/ce_synmemo.pas +++ b/src/ce_synmemo.pas @@ -449,10 +449,9 @@ begin // Gutter.LineNumberPart.ShowOnlyLineNumbersMultiplesOf := 5; Gutter.LineNumberPart.MarkupInfo.Foreground := clWindowText; + Gutter.LineNumberPart.MarkupInfo.Background := clBtnFace; Gutter.SeparatorPart.LineOffset := 0; Gutter.SeparatorPart.LineWidth := 1; - Gutter.SeparatorPart.MarkupInfo.Foreground := clBackground; - Gutter.SeparatorPart.MarkupInfo.Background := clWindowText; Gutter.OnGutterClick:= @gutterClick; BracketMatchColor.Foreground:=clRed; //