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:
parent
05d803483f
commit
9b88798274
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user