Skip to content

Commit 9a752b2

Browse files
committed
fix modtober winner view button position
1 parent 83b32f0 commit 9a752b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ bool ModList::init(ModListSource* src, CCSize const& size) {
282282
auto aboutBtn = CCMenuItemSpriteExtra::create(
283283
aboutSpr, this, menu_selector(ModList::onEventInfo)
284284
);
285-
menu->addChildAtPosition(aboutBtn, Anchor::Right, ccp(-35, 0));
285+
menu->addChildAtPosition(aboutBtn, Anchor::Right, ccp(-30, 0));
286286

287287
m_topContainer->addChild(menu);
288288
}

0 commit comments

Comments
 (0)