Browse Source

enable content lines wrap

main
yggverse 3 months ago
parent
commit
cb1f83cee6
  1. 4
      src/Entity/Label/Content.php

4
src/Entity/Label/Content.php

@ -22,6 +22,10 @@ class Content @@ -22,6 +22,10 @@ class Content
true
);
$this->label->set_line_wrap(
true
);
$this->label->set_xalign(
0
);

Loading…
Cancel
Save