mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 05:04:07 -08:00
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:
commit
63f847f125
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue