Just a bit more font height.

This commit is contained in:
David Brown 2016-07-01 22:45:40 +01:00
parent f780a801f4
commit 1f73ab6856

View file

@ -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) = @_;