1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 15:53:51 +08:00

Increase spacing to match mockups

This commit is contained in:
Drew DeVault 2016-10-20 14:21:33 -04:00
parent 61a7ccaece
commit 4b6a1486a6

View File

@ -115,7 +115,7 @@ namespace osu.Game.GameModes.Play
RelativeSizeAxes = Axes.X, RelativeSizeAxes = Axes.X,
Size = new Vector2(1, -1), Size = new Vector2(1, -1),
Direction = FlowDirection.VerticalOnly, Direction = FlowDirection.VerticalOnly,
Spacing = new Vector2(0, 25), Spacing = new Vector2(0, 5),
} }
} }
} }