1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 11:27:24 +08:00

Limit FillFlow of columns to applicable direction

This commit is contained in:
Dean Herbert 2022-04-05 17:14:59 +09:00
parent 388322cd61
commit a408776734

View File

@ -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),