From c739eb3169ca16df3c0a0bb51171d23efa010864 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Mon, 31 Aug 2020 19:01:36 +0200 Subject: Update cover code to fit spaces better --- utils/cover/cover.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils/cover') diff --git a/utils/cover/cover.scm b/utils/cover/cover.scm index a2b006b..8fea57c 100644 --- a/utils/cover/cover.scm +++ b/utils/cover/cover.scm @@ -290,13 +290,13 @@ (* (+ (+ margin (* 0.5 page-width)) (+ margin (* 0.5 page-width) (- (* 0.5 page-width) (* 0.1 page-width)))) 0.5) - (+ margin (* 0.70 page-height) -10)) + (+ margin (* 0.70 page-height))) ,(textArea company-info "text-elenq" (+ margin (* 0.5 page-width)) - (+ margin (* 0.70 page-height)) + (+ margin (* 0.75 page-height)) (- (* 0.5 page-width) (* 0.1 page-width)) - (- (* 0.25 page-height) (* 0.1 page-height))) + (* 0.25 page-height)) ; BARCODE -- cgit v1.2.3