From 7434dd94588cd3c664b0858d7d8a60956b1994d9 Mon Sep 17 00:00:00 2001 From: Godfrey M Date: Wed, 5 Nov 2025 09:32:21 -0800 Subject: [PATCH] final adjustments to 24mm_E label --- app/Models/Labels/Tapes/Brother/TZe_24mm_E.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Models/Labels/Tapes/Brother/TZe_24mm_E.php b/app/Models/Labels/Tapes/Brother/TZe_24mm_E.php index 9e1fcdadf8..29348bbf3a 100644 --- a/app/Models/Labels/Tapes/Brother/TZe_24mm_E.php +++ b/app/Models/Labels/Tapes/Brother/TZe_24mm_E.php @@ -4,15 +4,15 @@ namespace App\Models\Labels\Tapes\Brother; class TZe_24mm_E extends TZe_24mm { - private const BARCODE_MARGIN = 1.50; + private const BARCODE_MARGIN = 1.75; private const TAG_SIZE = 2.00; private const TITLE_SIZE = 2.80; private const TITLE_MARGIN = 0.50; private const LABEL_SIZE = 2.00; - private const LABEL_MARGIN = - 0.35; + private const LABEL_MARGIN = - 0.75; private const FIELD_SIZE = 2.80; private const FIELD_MARGIN = 0.15; - private const BARCODE1D_SIZE = - 1.00; + private const BARCODE1D_SIZE = - 2.25; public function getUnit() { return 'mm'; } public function getWidth() { return 45.0; }