diff --git a/contactform/label_raffle.py b/contactform/label_raffle.py index 9b0e56d..e1a49b5 100644 --- a/contactform/label_raffle.py +++ b/contactform/label_raffle.py @@ -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", diff --git a/contactform/label_voucher.py b/contactform/label_voucher.py index a03a942..981337f 100644 --- a/contactform/label_voucher.py +++ b/contactform/label_voucher.py @@ -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",