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