summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2020-08-31 19:01:36 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2020-08-31 19:01:36 +0200
commitc739eb3169ca16df3c0a0bb51171d23efa010864 (patch)
treebeba1e5e943571e3f55fe5f91cc07546fb81eebc
parent341396e19106258dc408e17f0cf831970473158e (diff)
Update cover code to fit spaces better
-rw-r--r--utils/cover/cover.scm6
1 files changed, 3 insertions, 3 deletions
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