Tweak layout of beatmap groups

This commit is contained in:
Drew DeVault
2016-10-13 17:27:08 -04:00
parent 3d53af155f
commit e13374ed23
2 changed files with 20 additions and 9 deletions

View File

@ -83,6 +83,7 @@ namespace osu.Game.GameModes.Play
{
Direction = FlowDirection.VerticalOnly,
Padding = new MarginPadding(25),
Spacing = new Vector2(0, 25),
}
}
}