use A4 papersize by default

github/fork/sternenseemann/patch-1
Manuel Genovés 2019-11-29 13:28:19 +01:00
parent 8f5dd56863
commit 17c20199f5
1 changed files with 3 additions and 1 deletions

View File

@ -205,7 +205,9 @@ class Export:
"""
export_type = self.stack.get_visible_child_name()
args = []
args = [
"--variable=papersize:a4"
]
if export_type == "advanced":
filename = self.adv_export_name.get_text()
output_dir = os.path.abspath(self.filechoosers["advanced"].get_current_folder())