This commit is contained in:
Matthias Hochmeister
2026-03-26 11:00:03 +01:00
parent ca12a23a30
commit 3d03345107
4 changed files with 4 additions and 4 deletions

View File

@@ -125,7 +125,7 @@ export async function addPdfHeader(
doc.setTextColor(0, 0, 0);
doc.setFontSize(10);
return lineY + 5;
return lineY + 9;
}
/**