fine vis tweakings for win 32

This commit is contained in:
Basile Burg 2015-12-11 02:06:03 +01:00
parent dc90942bb8
commit 09ab1df2a8
2 changed files with 2 additions and 3 deletions

View File

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

View File

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