Changeset 10569 for main/waeup.kofa/trunk/src/waeup/kofa/students
- Timestamp:
- 31 Aug 2013, 04:56:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/reports/level_report.py
r10568 r10569 147 147 table_data = tbl_data_to_table(self.data) 148 148 #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, ] 150 150 pdf_data = [Paragraph('<b>%s</b>' % self.creation_dt_string, 151 151 STYLE["Normal"]),
Note: See TracChangeset for help on using the changeset viewer.