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:
vincents 2009-01-07 22:03:03 +00:00
parent 3daee56246
commit 2ecfe15a5a

View File

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