Skip to content

Commit dea3993

Browse files
authored
Merge pull request #18161 from Godmartinz/TZE_24mm_E_adjustment
FD-50838: Fixes 24mm_E label sizing
2 parents 88e532d + 7434dd9 commit dea3993

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/Models/Labels/Tapes/Brother/TZe_24mm_E.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
class TZe_24mm_E extends TZe_24mm
66
{
7-
private const BARCODE_MARGIN = 1.50;
7+
private const BARCODE_MARGIN = 1.75;
88
private const TAG_SIZE = 2.00;
99
private const TITLE_SIZE = 2.80;
1010
private const TITLE_MARGIN = 0.50;
1111
private const LABEL_SIZE = 2.00;
12-
private const LABEL_MARGIN = - 0.35;
12+
private const LABEL_MARGIN = - 0.75;
1313
private const FIELD_SIZE = 2.80;
1414
private const FIELD_MARGIN = 0.15;
15-
private const BARCODE1D_SIZE = - 1.00;
15+
private const BARCODE1D_SIZE = - 2.25;
1616

1717
public function getUnit() { return 'mm'; }
1818
public function getWidth() { return 45.0; }

0 commit comments

Comments
 (0)