Inhalt noch weiter nach unten (content_y=80)

This commit is contained in:
Erik Thiele
2026-07-02 16:04:11 +02:00
parent 6c4f3e3c1b
commit 5eee2f9c3f

2
app.py
View File

@@ -325,7 +325,7 @@ def invoice_pdf():
right_bottom = pdf.get_y() right_bottom = pdf.get_y()
# --- Rechnungsdaten & Empfaenger (links, unterhalb der rechten Spalte) --- # --- Rechnungsdaten & Empfaenger (links, unterhalb der rechten Spalte) ---
content_y = max(right_bottom + 15, 65) content_y = max(right_bottom + 15, 80)
pdf.set_xy(left, content_y) pdf.set_xy(left, content_y)
pdf.set_font("Arial", "", 10) pdf.set_font("Arial", "", 10)
if rechnungsnummer: if rechnungsnummer: