mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Removed the black label from around the default labels
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
802651a1b4
commit
d56c671410
|
@ -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