1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 04:41:54 +08:00

Merge pull request #5098 from peppy/add-spacing-user-profile-ranks

Add some spacing between user profile ranks
This commit is contained in:
Dan Balasescu
2019-06-21 16:21:29 +09:00
committed by GitHub
Unverified
@@ -116,6 +116,7 @@ namespace osu.Game.Overlays.Profile.Header
Anchor = Anchor.CentreRight,
Origin = Anchor.CentreRight,
Direction = FillDirection.Horizontal,
Spacing = new Vector2(5),
Children = new[]
{
scoreRankInfos[ScoreRank.XH] = new ScoreRankInfo(ScoreRank.XH),
@@ -200,7 +201,7 @@ namespace osu.Game.Overlays.Profile.Header
Direction = FillDirection.Vertical,
Children = new Drawable[]
{
new UpdateableRank(rank)
new DrawableRank(rank)
{
RelativeSizeAxes = Axes.X,
Height = 30,