mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 15:19:19 +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;
|
||||
|
||||
procedure TSynGutterCodeFolding.Paint(Canvas : TCanvas; AClip : TRect; FirstLine, LastLine : integer);
|
||||
const cNodeOffset = 2;
|
||||
const cNodeOffset = 1;
|
||||
var
|
||||
iLine: integer;
|
||||
rcLine: TRect;
|
||||
|
Loading…
Reference in New Issue
Block a user