Fix the t-shirt size column width

This commit is contained in:
james 2011-03-09 16:34:59 +00:00
parent f2d526deb8
commit 91c2666940

View File

@ -241,7 +241,7 @@ $report_students_fields = array(
'tshirt' => array(
'name' => 'Student -- T-Shirt Size',
'header' => 'T-Shirt',
'width' => 0.55,
'width' => 0.70,
'table' => 'students.tshirt',
'value_map' => array ('none' => '', 'xsmall' => 'X-Small', 'small' => 'Small', 'medium' => 'Medium',
'large' => 'Large', 'xlarge' => 'X-Large')),