Merge remote-tracking branch 'origin/develop'

This commit is contained in:
snipe 2023-08-18 18:42:11 +01:00
commit cb3db51fe0

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