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

@ -215,6 +215,7 @@ namespace osu.Game.Online.Leaderboards
Origin = Anchor.BottomRight,
AutoSizeAxes = Axes.Both,
Direction = FillDirection.Horizontal,
Spacing = new Vector2(1),
ChildrenEnumerable = score.Mods.Select(mod => new ModIcon(mod) { Scale = new Vector2(0.375f) })
},
},