mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:47:29 +08:00
Fix paginated layouts only showing one column even if enough space is available for more
This commit is contained in:
parent
f9f5dd786d
commit
2531250f89
@ -49,7 +49,6 @@ namespace osu.Game.Overlays.Profile.Sections
|
||||
{
|
||||
AutoSizeAxes = Axes.Y,
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Direction = FillDirection.Vertical,
|
||||
Spacing = new Vector2(0, 2),
|
||||
},
|
||||
MoreButton = new ShowMoreButton
|
||||
|
Loading…
Reference in New Issue
Block a user