Ignore:
Timestamp:
30 Sep 2019, 07:03:21 (5 years ago)
Author:
Henrik Bettermann
Message:

Next try.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py

    r15621 r15622  
    10451045        pdf_data.append(Spacer(1, 20))
    10461046        colWidths = [None] * len(data[0][0])
    1047         colWidths[2] = 6*cm
    10481047        pdf_data += [Table(data[0], colWidths=colWidths, style=CONTENT_STYLE,
    10491048                           repeatRows=1)]
Note: See TracChangeset for help on using the changeset viewer.