Removed the black label from around the default labels

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-08-18 18:39:00 +01:00
parent 802651a1b4
commit d56c671410

View file

@ -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; }