diff --git a/src/tools/make/buildall.pl b/src/tools/make/buildall.pl index 495fdc2b..5b9df6fd 100755 --- a/src/tools/make/buildall.pl +++ b/src/tools/make/buildall.pl @@ -102,13 +102,13 @@ for my $logname (sort @logs) { if (-f $logname) {parselog($logname);} } -my $fontheight = 10; +my $fontheight = 11; my $lineheight = 13; sub svgtext { my ($f, $x, $y, $colour, $msg) = @_; print $f '';