mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-21 23:18:05 -05:00
move mod list arrows a bit to not overlap
This commit is contained in:
parent
cad670fb31
commit
c9afa75367
1 changed files with 2 additions and 2 deletions
|
@ -308,7 +308,7 @@ bool ModList::init(ModListSource* src, CCSize const& size) {
|
|||
->setAxisAlignment(AxisAlignment::End)
|
||||
->setAxisReverse(true)
|
||||
);
|
||||
this->addChildAtPosition(pageLeftMenu, Anchor::Left, ccp(-5, 0));
|
||||
this->addChildAtPosition(pageLeftMenu, Anchor::Left, ccp(-20, 0));
|
||||
|
||||
auto pageRightMenu = CCMenu::create();
|
||||
pageRightMenu->setID("page-right-menu");
|
||||
|
@ -329,7 +329,7 @@ bool ModList::init(ModListSource* src, CCSize const& size) {
|
|||
RowLayout::create()
|
||||
->setAxisAlignment(AxisAlignment::Start)
|
||||
);
|
||||
this->addChildAtPosition(pageRightMenu, Anchor::Right, ccp(5, 0));
|
||||
this->addChildAtPosition(pageRightMenu, Anchor::Right, ccp(20, 0));
|
||||
|
||||
// Status
|
||||
|
||||
|
|
Loading…
Reference in a new issue