summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcos <cos>2013-04-28 14:25:22 +0200
committercos <cos>2013-04-28 14:25:22 +0200
commit13a469cc59625a46a07edddc9d6b257f52018018 (patch)
tree4f7bcf9ea78f2ce43b6b1b58c7238a9525a43a87
parenta0d4b724cc61980e029ee594c45a31bf99c3c9ff (diff)
downloadmat-13a469cc59625a46a07edddc9d6b257f52018018.zip
Restore label border to a sane value.
-rwxr-xr-xmat2
1 files changed, 1 insertions, 1 deletions
diff --git a/mat b/mat
index 5a28e32..9ee730a 100755
--- a/mat
+++ b/mat
@@ -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;