- Add a 0.75" page margin to the full page labels

This commit is contained in:
dave 2007-03-26 16:49:15 +00:00
parent 99ad9ae8e3
commit a979f158eb

View File

@ -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,
);