From d1913ce8dd33166074c91efda4fee874fe65c06e Mon Sep 17 00:00:00 2001 From: MuhXd Date: Sat, 20 Jan 2024 12:42:04 +0000 Subject: [PATCH] Pos --- src/LoadingMenu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LoadingMenu.cpp b/src/LoadingMenu.cpp index c14eca6..de11532 100644 --- a/src/LoadingMenu.cpp +++ b/src/LoadingMenu.cpp @@ -105,9 +105,9 @@ else { } // Creates the Menu auto SearchMenu = Build::create() - .pos({ winSize.width - 428, 1.500f}) + .pos(winSize.width - 189, 1.500f) .scale(0.75f) - .contentSize({winSize.width, 104.500f}) + .contentSize({250.000f, 104.500f}) .anchorPoint({0, 0}) .parent(this) .layout(