Merge pull request #13491 from snipe/fixes/remove_border_from_default_label

Removed the black label from around the default labels
This commit is contained in:
snipe 2023-08-18 18:40:45 +01:00 committed by GitHub
commit 63f847f125
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ class DefaultLabel extends RectangleSheet
public function getColumns() { return $this->columns; } public function getColumns() { return $this->columns; }
public function getRows() { return $this->rows; } 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 getLabelWidth() { return $this->labelWidth; }
public function getLabelHeight() { return $this->labelHeight; } public function getLabelHeight() { return $this->labelHeight; }