mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Slight change to barcode scales
This commit is contained in:
parent
a0c4303ce4
commit
23ba8323ff
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue