From 4d19935f481379c2494bd36b9fcfdebc32ed1497 Mon Sep 17 00:00:00 2001 From: Dunedan Date: Sun, 19 Jan 2025 13:43:55 +0100 Subject: [PATCH] Ensure buttons on summary screen are always on top On low vertical resolutions when playing games with 8 players in 4 different teams, the summary will overflow the available vertical space. This commit ensures that in such a case the buttons below the summary are still clickable by ensuring they stay always on top of the summary. --- binaries/data/mods/public/gui/summary/summary.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/binaries/data/mods/public/gui/summary/summary.xml b/binaries/data/mods/public/gui/summary/summary.xml index 2c23842468..7609b114a9 100644 --- a/binaries/data/mods/public/gui/summary/summary.xml +++ b/binaries/data/mods/public/gui/summary/summary.xml @@ -175,6 +175,7 @@ sprite="iconBubbleGold" sprite_over="iconBubbleWhite" size="100%-436 100%-45 100%-420 100%-29" + z="50" hotkey="lobby" > @@ -183,12 +184,12 @@ - + Watch Replay startReplay(); - + Continue continueButton();