Slight change to barcode scales

This commit is contained in:
Matt Visnovsky 2024-04-24 16:50:13 -06:00
parent a0c4303ce4
commit 23ba8323ff

View file

@ -110,8 +110,8 @@ class DefaultLabelAlternate extends RectangleSheet
$textX = 0;// Default if no logo
$titleW = $this->getLabelWidth();// Default if no logo
$BARCODE1D_SIZE = $this->getLabelHeight() * 0.15; // % of label height
$BARCODE2D_SIZE = $this->getLabelHeight() * 0.55; // % of label height
$BARCODE1D_SIZE = $this->getLabelHeight() * 0.18; // % of label height
$BARCODE2D_SIZE = $this->getLabelHeight() * 0.48; // % of label height
## 1D Barcode ##
$barcode1D['height'] = $BARCODE1D_SIZE;