Deal better with long addresses

This commit is contained in:
Artemis Tosini 2023-10-31 18:36:36 +00:00
parent c64c23440e
commit 01fef3d182
Signed by: artemist
GPG key ID: EE5227935FE3FF18
2 changed files with 3 additions and 2 deletions

View file

@ -38,11 +38,12 @@
place( place(
top + left, top + left,
dy: height - 1in/8, dy: height - 1in/8,
dx: 0.05in,
block( block(
width: 100%, width: 100%,
height: 1in/8, height: 1in/8,
align( align(
top + center, top + left,
text(font: "USPSIMBCompact", size: 12pt, card.imb) text(font: "USPSIMBCompact", size: 12pt, card.imb)
) )
) )

View file

@ -14,7 +14,7 @@
top + left, top + left,
dx: 1in/16, dx: 1in/16,
dy: 1in/16, dy: 1in/16,
common.address_block(2.5in, 1in, card) common.address_block(3in, 1in, card)
) )
} }
} }