diff --git a/LuaMenu/widgets/gui_battle_room_window.lua b/LuaMenu/widgets/gui_battle_room_window.lua index 9b50be6eb..e5d4661ee 100644 --- a/LuaMenu/widgets/gui_battle_room_window.lua +++ b/LuaMenu/widgets/gui_battle_room_window.lua @@ -2601,7 +2601,7 @@ local function InitializeSetupPage(subPanel, screenHeight, pageConfig, nextPage, name = 'nextButton', x = "36%", right = "36%", - y = 4*buttonScale + 5 + numOptions*buttonScale, + bottom = "4%", height = buttonHeight, classname = (nextPage and "action_button") or "ready_button", caption = (nextPage and "Next") or i18n("start"),