diff --git a/core/Manialinks/LabelLine.php b/core/Manialinks/LabelLine.php index cdfad8b8..d562dc23 100644 --- a/core/Manialinks/LabelLine.php +++ b/core/Manialinks/LabelLine.php @@ -52,7 +52,7 @@ class LabelLine implements UsageInformationAble { } if ($width) { $label->setWidth($width); - $label->setHeight(5); //TODO verify if 5 is ok for everywhere + $label->setHeight(0); //TODO verify if 5 is ok for everywhere } $this->addLabel($label); }