Changeset 14135 for main/waeup.kofa/trunk/src/waeup
- Timestamp:
- 27 Aug 2016, 06:48:52 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/pdf.py
r13817 r14135 344 344 sig_col_width = (table_width - ((sig_num - 1) * space_width)) / sig_num 345 345 if sig_num == 1: 346 sig_col_width = 0. 6* table_width # signature cell part346 sig_col_width = 0.8 * table_width # signature cell part 347 347 space_width = table_width - sig_col_width # spacer part on the right 348 348
Note: See TracChangeset for help on using the changeset viewer.