Add spacing to mod icons on leaderboards

This commit is contained in:
Joehu
2019-09-11 16:08:01 -07:00
parent f9c6a8c5b7
commit 77ac186cf8
3 changed files with 4 additions and 1 deletions

View File

@ -171,6 +171,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
{
Direction = FillDirection.Horizontal,
AutoSizeAxes = Axes.Both,
Spacing = new Vector2(1),
ChildrenEnumerable = score.Mods.Select(m => new ModIcon(m)
{
AutoSizeAxes = Axes.Both,