mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 13:19:21 +02:00
synedit: use Node Offset of folding node = 1, so that the box does not get too small for small fonts without extra line spacing, hint from Martin Friebe
git-svn-id: trunk@18199 -
This commit is contained in:
parent
3daee56246
commit
2ecfe15a5a
@ -75,7 +75,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TSynGutterCodeFolding.Paint(Canvas : TCanvas; AClip : TRect; FirstLine, LastLine : integer);
|
procedure TSynGutterCodeFolding.Paint(Canvas : TCanvas; AClip : TRect; FirstLine, LastLine : integer);
|
||||||
const cNodeOffset = 2;
|
const cNodeOffset = 1;
|
||||||
var
|
var
|
||||||
iLine: integer;
|
iLine: integer;
|
||||||
rcLine: TRect;
|
rcLine: TRect;
|
||||||
|
Loading…
Reference in New Issue
Block a user