1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-19 12:23:13 +08:00

Fix up padding on song select

@peppy btw scrolling beyond the ends of the ScrollContainer behaves
weirdly for this container
This commit is contained in:
Drew DeVault 2016-10-13 21:40:44 -04:00
parent 05d803483f
commit 9b88798274

View File

@ -85,6 +85,7 @@ namespace osu.Game.GameModes.Play
{
setList = new FlowContainer
{
Padding = new MarginPadding { Top = 25, Bottom = 25 },
RelativeSizeAxes = Axes.X,
Size = new Vector2(1, 0),
Direction = FlowDirection.VerticalOnly,