mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 09:22:54 +08:00
Resize ranks better.
This commit is contained in:
parent
d9a4a8d0d4
commit
b96a153e0e
@ -1 +1 @@
|
|||||||
Subproject commit e67453159540f5008b5efadfbc12dfb3f4bee1f7
|
Subproject commit 12bbab717d372dadbd3220d38da862276ac97e98
|
@ -29,7 +29,12 @@ namespace osu.Game.Screens.Select.Leaderboards
|
|||||||
|
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
rankSprite = new Sprite { FillMode = FillMode.Fill },
|
rankSprite = new Sprite
|
||||||
|
{
|
||||||
|
Anchor = Anchor.Centre,
|
||||||
|
Origin = Anchor.Centre,
|
||||||
|
FillMode = FillMode.Fit
|
||||||
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user