From 91c266694061b83b9f6df599203f95939358c152 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 9 Mar 2011 16:34:59 +0000 Subject: [PATCH] Fix the t-shirt size column width --- admin/reports_students.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/reports_students.inc.php b/admin/reports_students.inc.php index 86307b85..f6ab24f7 100644 --- a/admin/reports_students.inc.php +++ b/admin/reports_students.inc.php @@ -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')),