labelline height default

This commit is contained in:
kremsy 2017-03-30 17:58:04 +02:00
parent e39b903ebd
commit e6afd27440

View File

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