Skip to content

Commit

Permalink
Push it over a little bit (stupid Dymo margins)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwins committed Feb 23, 2015
1 parent 28b7b60 commit 9a0502b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion print/labels-price.php
Expand Up @@ -140,7 +140,7 @@
$width= $pdf->GetStringWidth($brand);
} while ($width > $max_width && $brand != "");

$pdf->Text($left_margin,
$pdf->Text($left_margin + 2/72,
$label_height - $vmargin,
$brand);
}
Expand Down

0 comments on commit 9a0502b

Please sign in to comment.