From d56c67141049d6b0d4c99778b920cbf98fe85d78 Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 18 Aug 2023 18:39:00 +0100 Subject: [PATCH] Removed the black label from around the default labels Signed-off-by: snipe --- app/Models/Labels/DefaultLabel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Labels/DefaultLabel.php b/app/Models/Labels/DefaultLabel.php index 5043f0b29..f06c4582f 100644 --- a/app/Models/Labels/DefaultLabel.php +++ b/app/Models/Labels/DefaultLabel.php @@ -86,7 +86,7 @@ class DefaultLabel extends RectangleSheet public function getColumns() { return $this->columns; } public function getRows() { return $this->rows; } - public function getLabelBorder() { return 0.01; } + public function getLabelBorder() { return 0; } public function getLabelWidth() { return $this->labelWidth; } public function getLabelHeight() { return $this->labelHeight; }