Skip to content

Commit 2d66279

Browse files
committed
limit geode mod list error to the frame
1 parent b662aac commit 2d66279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loader/src/ui/mods/list/ModList.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ bool ModList::init(ModListSource* src, CCSize const& size) {
352352
m_statusDetailsBtn->setID("status-details-button");
353353
m_statusContainer->addChild(m_statusDetailsBtn);
354354

355-
m_statusDetails = SimpleTextArea::create("", "chatFont.fnt", .6f);
355+
m_statusDetails = SimpleTextArea::create("", "chatFont.fnt", .6f, 650.f);
356356
m_statusDetails->setID("status-details-input");
357357
m_statusDetails->setAlignment(kCCTextAlignmentCenter);
358358
m_statusContainer->addChild(m_statusDetails);

0 commit comments

Comments
 (0)