mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 12:02:55 +08:00
Limit FillFlow
of columns to applicable direction
This commit is contained in:
parent
388322cd61
commit
a408776734
@ -110,6 +110,7 @@ namespace osu.Game.Overlays.Mods
|
||||
ScrollbarOverlapsContent = false,
|
||||
Child = columnFlow = new ModColumnContainer
|
||||
{
|
||||
Direction = FillDirection.Horizontal,
|
||||
RelativeSizeAxes = Axes.Y,
|
||||
AutoSizeAxes = Axes.X,
|
||||
Spacing = new Vector2(10, 0),
|
||||
|
Loading…
Reference in New Issue
Block a user