mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-01 07:40:18 -04:00
ModProblemItem: use SPACE_WRAP for the textarea
This commit is contained in:
parent
84e47a596f
commit
4d267d3794
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ bool ModProblemItem::init(Mod* source, LoadProblem problem, CCSize const& size)
|
|||
message.c_str(),
|
||||
"bigFont.fnt"
|
||||
);
|
||||
label->setWrappingMode(WrappingMode::WORD_WRAP);
|
||||
label->setWrappingMode(WrappingMode::SPACE_WRAP);
|
||||
label->setAnchorPoint({ 0.0f, 0.5f });
|
||||
label->setMaxLines(4);
|
||||
if (this->showFixButton()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue