Changeset 14135 for main


Ignore:
Timestamp:
27 Aug 2016, 06:48:52 (8 years ago)
Author:
Henrik Bettermann
Message:

More space for Single Signatures.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/pdf.py

    r13817 r14135  
    344344    sig_col_width = (table_width - ((sig_num - 1) * space_width)) / sig_num
    345345    if sig_num == 1:
    346         sig_col_width = 0.6 * table_width         # signature cell part
     346        sig_col_width = 0.8 * table_width         # signature cell part
    347347        space_width = table_width - sig_col_width # spacer part on the right
    348348
Note: See TracChangeset for help on using the changeset viewer.