mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 19:55:10 +00:00
Fix page generation for jumpstart stickers template
This commit is contained in:
parent
f61124b382
commit
4c1058b57f
1 changed files with 2 additions and 2 deletions
|
|
@ -41,9 +41,9 @@ module SnailMail
|
|||
render_qr_code(5, 65, 60)
|
||||
render_letter_id(10, 19, 10)
|
||||
|
||||
bounding_box [10, 160],
|
||||
bounding_box [10, 220],
|
||||
width: 220,
|
||||
height: 40,
|
||||
height: 120,
|
||||
valign: :bottom do
|
||||
font_size 8
|
||||
font_size(10) { font("comic") { text "it's here!" } }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue