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:
@@ -97,7 +97,7 @@ namespace osu.Game.Screens.Footer
|
||||
footerContentContainer = new Container
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Y = -15f,
|
||||
Y = -OsuGame.SCREEN_EDGE_MARGIN,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user