Bessere Höhen-Approximation
Bernd Wurst

Bernd Wurst commited on 2008-09-22 06:37:05
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.

... ...
@@ -119,8 +119,8 @@ def InvoiceToPDF(iv):
119 119
         height += (len(_splitToWidth(canvas, para, right-left, font, default_font_size)) * line_height) + line_padding
120 120
     elif type(part) == Invoice.Table:
121 121
       ## FIXME: Das ist dreckig
122
-      height = len(part.entries) * 1.1*cm
123
-      height += 3*cm
122
+      height = len(part.entries) * 2*cm
123
+      height += 3.5*cm
124 124
     return height
125 125
 
126 126
 
127 127