forked from CGM_Public/pretix_original
PDF-Editor: improve UI for page-size and background PDF (#4959)
* PDF-Editor: improve UI for page-size and background PDF * Update src/pretix/control/templates/pretixcontrol/pdf/index.html Co-authored-by: leiascyr <156191181+leiascyr@users.noreply.github.com> * Update src/pretix/control/templates/pretixcontrol/pdf/index.html Co-authored-by: leiascyr <156191181+leiascyr@users.noreply.github.com> * Update label text Co-authored-by: Raphael Michel <michel@rami.io> --------- Co-authored-by: Raphael Michel <michel@rami.io> Co-authored-by: leiascyr <156191181+leiascyr@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e5fc7144e4
commit
9447e5802d
@@ -922,7 +922,6 @@ var editor = {
|
||||
$("#toolbox-heading").text(gettext("Ticket design"));
|
||||
$("#pdf-info-width").val(editor._px2mm(editor.pdf_viewport.width).toFixed(2));
|
||||
$("#pdf-info-height").val(editor._px2mm(editor.pdf_viewport.height).toFixed(2));
|
||||
editor._paper_size_warning();
|
||||
}
|
||||
editor._update_toolbox_values();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user