Skip to content

Commit

Permalink
Merge pull request #913 from AntlerForce/simpleSkirmish2
Browse files Browse the repository at this point in the history
Simple Skirmish: Prevent Next button from going below bottom of panel
  • Loading branch information
AntlerForce authored Feb 10, 2025
2 parents 729a17b + 34f31ec commit a1f6fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LuaMenu/widgets/gui_battle_room_window.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit a1f6fbf

Please sign in to comment.