We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88e532d + 7434dd9 commit dea3993Copy full SHA for dea3993
app/Models/Labels/Tapes/Brother/TZe_24mm_E.php
@@ -4,15 +4,15 @@
4
5
class TZe_24mm_E extends TZe_24mm
6
{
7
- private const BARCODE_MARGIN = 1.50;
+ private const BARCODE_MARGIN = 1.75;
8
private const TAG_SIZE = 2.00;
9
private const TITLE_SIZE = 2.80;
10
private const TITLE_MARGIN = 0.50;
11
private const LABEL_SIZE = 2.00;
12
- private const LABEL_MARGIN = - 0.35;
+ private const LABEL_MARGIN = - 0.75;
13
private const FIELD_SIZE = 2.80;
14
private const FIELD_MARGIN = 0.15;
15
- private const BARCODE1D_SIZE = - 1.00;
+ private const BARCODE1D_SIZE = - 2.25;
16
17
public function getUnit() { return 'mm'; }
18
public function getWidth() { return 45.0; }
0 commit comments