From 706e70b2598097f6089252f7a518bc9569028771 Mon Sep 17 00:00:00 2001 From: altalk23 <45172705+altalk23@users.noreply.github.com> Date: Sat, 3 Feb 2024 15:56:01 +0300 Subject: [PATCH] good enough --- src/EditorPauseLayer.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/EditorPauseLayer.cpp b/src/EditorPauseLayer.cpp index e68e8aa..cad672c 100644 --- a/src/EditorPauseLayer.cpp +++ b/src/EditorPauseLayer.cpp @@ -149,7 +149,7 @@ using namespace geode::node_ids; menu->getChildByID("new-groupy-button") ); smallActionsMenu->setContentSize({ 100.f, 290.f }); - smallActionsMenu->setPositionY(180.f); + smallActionsMenu->setPositionY(155.f); smallActionsMenu->updateLayout(); auto actionsMenu = detachAndCreateMenu( @@ -170,15 +170,15 @@ using namespace geode::node_ids; if (auto keysBtn = actionsMenu->getChildByID("keys-button")) { keysBtn->setLayoutOptions(AxisLayoutOptions::create()->setPrevGap(10.f)); } - actionsMenu->setContentSize({ 100.f, 240.f }); - actionsMenu->setPositionY(130.f); + actionsMenu->setContentSize({ 100.f, 290.f }); + actionsMenu->setPositionY(155.f); actionsMenu->updateLayout(); auto optionsMenu = detachAndCreateMenu( this, "options-menu", RowLayout::create() - ->setGap(0.f) + ->setGap(5.f) ->setAxisAlignment(AxisAlignment::Start) ->setGrowCrossAxis(true) ->setCrossAxisAlignment(AxisAlignment::Start) @@ -220,8 +220,8 @@ using namespace geode::node_ids; } } // uhh can someone with devtools change these values - optionsMenu->setContentSize({ 120.f, winSize.height - 100.f }); - optionsMenu->setPosition(70.f, winSize.height / 2 - 50.f + 10.f); + optionsMenu->setContentSize({ 120.f, winSize.height - 60.f }); + optionsMenu->setPosition(70.f, winSize.height / 2 - 25.f + 10.f); optionsMenu->updateLayout(); auto settingsMenu = detachAndCreateMenu(