From: Cem Aydin Date: Tue, 18 Jan 2022 15:29:37 +0000 (+0100) Subject: Swiss QR-Bill: QrBill.pm: Skalierung Schweizerkreuz angepasst X-Git-Tag: kivitendo-mebil_0.1-0~10^2~2^2~235 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=50b0d77d76ce3e5b6eb0b637386d540672a59234;p=kivitendo-erp.git Swiss QR-Bill: QrBill.pm: Skalierung Schweizerkreuz angepasst --- diff --git a/SL/Helper/QrBill.pm b/SL/Helper/QrBill.pm index db9ab5d68..a83712430 100644 --- a/SL/Helper/QrBill.pm +++ b/SL/Helper/QrBill.pm @@ -129,7 +129,7 @@ sub _cross { my $cross = Imager->new(); $cross->read(file => $Config{cross_file}) or die $cross->errstr, "\n"; - return $cross->scale(xpixels => 27, ypixels => 27, qtype => 'mixing'); + return $cross->scale(xpixels => 35, ypixels => 35, qtype => 'mixing'); } sub _plot {