1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 09:03:22 +08:00

Adjust InfoColumn spacing

This commit is contained in:
recapitalverb 2020-02-04 19:43:14 +07:00
parent c12fc67887
commit 4f312ae6bc

View File

@ -120,7 +120,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
{ {
AutoSizeAxes = Axes.Both, AutoSizeAxes = Axes.Both,
Direction = FillDirection.Vertical, Direction = FillDirection.Vertical,
Spacing = new Vector2(0, 2), Spacing = new Vector2(0, 1),
Children = new[] Children = new[]
{ {
text = new OsuSpriteText text = new OsuSpriteText