Skip to content

Commit

Permalink
fix modtober winner view button position
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Dec 10, 2024
1 parent 83b32f0 commit 9a752b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader/src/ui/mods/list/ModList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ bool ModList::init(ModListSource* src, CCSize const& size) {
auto aboutBtn = CCMenuItemSpriteExtra::create(
aboutSpr, this, menu_selector(ModList::onEventInfo)
);
menu->addChildAtPosition(aboutBtn, Anchor::Right, ccp(-35, 0));
menu->addChildAtPosition(aboutBtn, Anchor::Right, ccp(-30, 0));

m_topContainer->addChild(menu);
}
Expand Down

0 comments on commit 9a752b2

Please sign in to comment.