Changeset 10569


Ignore:
Timestamp:
31 Aug 2013, 04:56:07 (11 years ago)
Author:
Henrik Bettermann
Message:

Increase width of second column.

File:
1 edited

Legend:

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

    r10568 r10569  
    147147        table_data = tbl_data_to_table(self.data)
    148148        #col_widths = [3.5*cm] * len(self.data[0])
    149         col_widths = [2*cm, 2*cm, 5*cm, 0.8*cm, 0.8*cm, 0.8*cm, 6*cm, ]
     149        col_widths = [2*cm, 4*cm, 5*cm, 0.8*cm, 0.8*cm, 0.8*cm, 6*cm, ]
    150150        pdf_data = [Paragraph('<b>%s</b>' % self.creation_dt_string,
    151151                              STYLE["Normal"]),
Note: See TracChangeset for help on using the changeset viewer.