From f780a801f4832f48adba78820c343b84d2a3694f Mon Sep 17 00:00:00 2001 From: David Brown Date: Fri, 1 Jul 2016 21:24:44 +0100 Subject: [PATCH] 10% increase of build status font height. --- src/tools/make/buildall.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 '';