mirror of https://gitlab.com/basile.b/dexed.git
fine vis tweakings for win 32
This commit is contained in:
parent
dc90942bb8
commit
09ab1df2a8
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue