diff options
author | cos <cos> | 2013-04-28 14:25:22 +0200 |
---|---|---|
committer | cos <cos> | 2013-04-28 14:25:22 +0200 |
commit | 13a469cc59625a46a07edddc9d6b257f52018018 (patch) | |
tree | 4f7bcf9ea78f2ce43b6b1b58c7238a9525a43a87 | |
parent | a0d4b724cc61980e029ee594c45a31bf99c3c9ff (diff) | |
download | mat-13a469cc59625a46a07edddc9d6b257f52018018.zip |
Restore label border to a sane value.
-rwxr-xr-x | mat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -270,7 +270,7 @@ sub print_label { my $fontname = "/usr/share/fonts/truetype/freefont/FreeSans.ttf"; my $fontsize = 15; my $x_border = 40; - my $y_border = 450; + my $y_border = 40; my $iconv = Text::Iconv->new("UTF-8", "ISO8859-1"); my $row0 = LABEL_NAME; |