From 5eee2f9c3fc8362f21ecfc874390dcbdb298ff68 Mon Sep 17 00:00:00 2001 From: Erik Thiele Date: Thu, 2 Jul 2026 16:04:11 +0200 Subject: [PATCH] Inhalt noch weiter nach unten (content_y=80) --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 7156e5d..43cf084 100644 --- a/app.py +++ b/app.py @@ -325,7 +325,7 @@ def invoice_pdf(): right_bottom = pdf.get_y() # --- 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_font("Arial", "", 10) if rechnungsnummer: