mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-21 23:18:05 -05:00
limit geode mod list error to the frame
This commit is contained in:
parent
b662aac29d
commit
2d66279243
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ bool ModList::init(ModListSource* src, CCSize const& size) {
|
|||
m_statusDetailsBtn->setID("status-details-button");
|
||||
m_statusContainer->addChild(m_statusDetailsBtn);
|
||||
|
||||
m_statusDetails = SimpleTextArea::create("", "chatFont.fnt", .6f);
|
||||
m_statusDetails = SimpleTextArea::create("", "chatFont.fnt", .6f, 650.f);
|
||||
m_statusDetails->setID("status-details-input");
|
||||
m_statusDetails->setAlignment(kCCTextAlignmentCenter);
|
||||
m_statusContainer->addChild(m_statusDetails);
|
||||
|
|
Loading…
Reference in a new issue