diff --git a/mod.json b/mod.json index b589ddc..3c3af96 100644 --- a/mod.json +++ b/mod.json @@ -5,7 +5,7 @@ "android": "2.205", "mac": "2.200" }, - "version": "v1.5.0", + "version": "v1.5.1", "id": "geode.node-ids", "name": "Node IDs", "developer": "Geode Team", diff --git a/src/SetGroupIDLayer.cpp b/src/SetGroupIDLayer.cpp index 4c33053..556bd24 100644 --- a/src/SetGroupIDLayer.cpp +++ b/src/SetGroupIDLayer.cpp @@ -191,7 +191,7 @@ static void offsetChildren(CCMenu* target, CCPoint const& offset) { RowLayout::create(), menu->getChildByID("next-free-button") ); - nextFreeMenu->setPosition(winSize.width / 2 - 125, winSize.height / 2 + 45); + nextFreeMenu->setPosition(winSize.width / 2 - 125, winSize.height / 2 + 40); nextFreeMenu->setContentSize({ 120, 60 }); nextFreeMenu->updateLayout(); @@ -202,7 +202,7 @@ static void offsetChildren(CCMenu* target, CCPoint const& offset) { menu->getChildByID("add-group-id-button"), menu->getChildByID("add-group-parent-button") ); - addGroupMenu->setPosition(winSize.width / 2 + 125, winSize.height / 2 + 45); + addGroupMenu->setPosition(winSize.width / 2 + 125, winSize.height / 2 + 40); addGroupMenu->setContentSize({ 120, 60 }); addGroupMenu->updateLayout();