labelline height default
This commit is contained in:
parent
e39b903ebd
commit
e6afd27440
@ -52,7 +52,7 @@ class LabelLine implements UsageInformationAble {
|
|||||||
}
|
}
|
||||||
if ($width) {
|
if ($width) {
|
||||||
$label->setWidth($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);
|
$this->addLabel($label);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user