fixed labelline + FML control update

This commit is contained in:
kremsy
2017-03-30 17:11:27 +02:00
parent 63ee8a9ae4
commit e39b903ebd
3 changed files with 888 additions and 856 deletions

View File

@ -52,6 +52,7 @@ class LabelLine implements UsageInformationAble {
}
if ($width) {
$label->setWidth($width);
$label->setHeight(5); //TODO verify if 5 is ok for everywhere
}
$this->addLabel($label);
}