diff --git a/admin/reports.inc.php b/admin/reports.inc.php index 244c46d..c9afd6f 100644 --- a/admin/reports.inc.php +++ b/admin/reports.inc.php @@ -82,10 +82,10 @@ LRP 180 99765 5967 4 1 3/4 x 1/2 80 */ $stock['fullpage'] = array('name' => 'Letter 8.5 x 11', 'page_width' => 8.5, 'page_height' => 11, - 'label_width' => 8.5, + 'label_width' => 7, 'x_spacing' => 0, 'cols' => 1, - 'label_height' => 11, + 'label_height' => 9.5, 'y_spacing' => 0, 'rows' => 1, ); @@ -93,10 +93,10 @@ LRP 180 99765 5967 4 1 3/4 x 1/2 80 */ $stock['fullpage_landscape'] = array('name' => 'Letter 8.5 x 11 Landscape', 'page_width' => 11, 'page_height' => 8.5, - 'label_width' => 11, + 'label_width' => 9.5, 'x_spacing' => 0, 'cols' => 1, - 'label_height' => 8.5, + 'label_height' => 7, 'y_spacing' => 0, 'rows' => 1, );