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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user