From e6afd274401ef39da4a2d764322312abc5559c6e Mon Sep 17 00:00:00 2001 From: kremsy Date: Thu, 30 Mar 2017 17:58:04 +0200 Subject: [PATCH] labelline height default --- core/Manialinks/LabelLine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }