Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Bigger qrcode #113

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 20 additions & 9 deletions tomcat/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# allowed DPIs
dpis: [150, 254]
dpis: [150, 256]

# output formats
formats:
- pdf
- png
- jpeg

# output formats
formats:
- pdf
- png
- jpeg

#
# the list of allowed hosts
#
hosts:
Expand Down Expand Up @@ -1396,14 +1407,14 @@ layouts:
# QRCode
#---------------------------------------
- !columns
absoluteY: 35
absoluteX: 368
width: 25
absoluteY: 42
absoluteX: 361
width: 32
items:
- !image
align: right
maxWidth: 25
maxHeight: 25
maxWidth: 32
maxHeight: 32
url: "${qrcodeurl}"

#-------------------------------------
Expand All @@ -1422,7 +1433,7 @@ layouts:
# backgroundColor: white
- !columns
absoluteY: 25
absoluteX: 310
absoluteX: 303
width: 60
nbColumns: 1
config:
Expand Down Expand Up @@ -1457,7 +1468,7 @@ layouts:
- !columns
absoluteY: 25
absoluteX: 95
width: 215
width: 208
config:
borderWidth: 0.0
items:
Expand Down
Binary file modified tomcat/service-print-main.war
Binary file not shown.