Skip to content

Commit a7b1230

Browse files
committed
Fixed event info button position
1 parent 6023804 commit a7b1230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Styles/EventLevelInformation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class $modify(EventPage, DailyLevelPage) {
1818
// Put on the corner top left of the background
1919
auto menu = as<CCMenu*>(this->m_mainLayer->getChildByIDRecursive("main-menu"));
2020
if (menu) {
21-
infoBtn->setPosition({ 14, -83 });
21+
infoBtn->setPosition({ 14, -194 });
2222
menu->addChild(infoBtn);
2323
}
2424

0 commit comments

Comments
 (0)