Ignore:
Timestamp:
30 Sep 2019, 06:58:01 (5 years ago)
Author:
Henrik Bettermann
Message:

Names are very long in Nigeria.

File:
1 edited

Legend:

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

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