1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 01:20:21 +08:00

Fix overlay buttons in screen footer not correctly aligned with back button

This commit is contained in:
Salman Alshamrani
2025-04-29 03:33:29 +03:00
Unverified
parent 3ee8eb2809
commit c1bc3d7ff4
+1 -1
View File
@@ -97,7 +97,7 @@ namespace osu.Game.Screens.Footer
footerContentContainer = new Container
{
RelativeSizeAxes = Axes.Both,
Y = -15f,
Y = -OsuGame.SCREEN_EDGE_MARGIN,
},
},
}