1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +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,
Size = new Vector2(1, -1),
Direction = FlowDirection.VerticalOnly,
Spacing = new Vector2(0, 25),
Spacing = new Vector2(0, 5),
}
}
}