From 4a24314efe8d6727c469e2bc7b8ad43ff87d561a Mon Sep 17 00:00:00 2001 From: Michael Wiebusch Date: Thu, 1 Aug 2013 16:26:58 +0200 Subject: [PATCH] test --- tools/preview/unpack_hld.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/preview/unpack_hld.pl b/tools/preview/unpack_hld.pl index c71c16e..da73f6e 100755 --- a/tools/preview/unpack_hld.pl +++ b/tools/preview/unpack_hld.pl @@ -479,7 +479,7 @@ sub WriteResults { $fh = new FileHandle ("|$fn") or die "error: no gnuplot"; $fh->autoflush(1); - print $fh "set terminal pngcairo size 1300,600;\n"; + print $fh "set terminal pngcairo size 576,288;\n"; print $fh "set palette model RGB;\n"; print $fh "set xrange [0:1152];\n"; print $fh "set yrange [0:576];\n"; -- 2.43.0