- Timestamp:
- 11 Apr 2012, 14:47:38 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/pdf.py
r8105 r8111 186 186 """ 187 187 table_data = [] 188 table_style = [ ('LEFTPADDING', (0,0), (0,-1), 0),188 table_style = [#('LEFTPADDING', (0,0), (0,-1), 0), # indentation 189 189 ('VALIGN', (0,0), (-1,-1), 'TOP'), 190 190 ] … … 307 307 showBoundary=False, 308 308 ) 309 # XXX: more things to set here, like author, etc.310 311 309 # Set some attributes that are needed when rendering the background. 312 310 if headerline is not None:
Note: See TracChangeset for help on using the changeset viewer.