Skip to content

Commit

Permalink
again make the labels a bit bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
tobru committed Sep 11, 2024
1 parent c0c09e5 commit 41fc51a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contactform/label_raffle.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def print_raffle(form, config, printer_config):
"""

hti = Html2Image(
size=(590, 350),
size=(590, 400),
custom_flags=[
"--default-background-color=FFFFFF",
"--hide-scrollbars",
Expand Down
2 changes: 1 addition & 1 deletion contactform/label_voucher.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def print_voucher(form, voucher_code, config, printer_config):
)

hti = Html2Image(
size=(590, 1050),
size=(590, 1100),
custom_flags=[
"--default-background-color=FFFFFF",
"--hide-scrollbars",
Expand Down

0 comments on commit 41fc51a

Please sign in to comment.