Skip to content

Commit

Permalink
Fixed event info button position
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouca committed Dec 9, 2024
1 parent 6023804 commit a7b1230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Styles/EventLevelInformation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class $modify(EventPage, DailyLevelPage) {
// Put on the corner top left of the background
auto menu = as<CCMenu*>(this->m_mainLayer->getChildByIDRecursive("main-menu"));
if (menu) {
infoBtn->setPosition({ 14, -83 });
infoBtn->setPosition({ 14, -194 });
menu->addChild(infoBtn);
}

Expand Down

0 comments on commit a7b1230

Please sign in to comment.