mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
enable content lines wrap
This commit is contained in:
parent
67956e7438
commit
cb1f83cee6
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,10 @@ class Content
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$this->label->set_line_wrap(
|
||||||
|
true
|
||||||
|
);
|
||||||
|
|
||||||
$this->label->set_xalign(
|
$this->label->set_xalign(
|
||||||
0
|
0
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue