mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Set RelativeSizeAxes for updated FillMode behavior
This commit is contained in:
@ -31,6 +31,7 @@ namespace osu.Game.Screens.Select.Leaderboards
|
||||
{
|
||||
rankSprite = new Sprite
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
FillMode = FillMode.Fit
|
||||
|
Reference in New Issue
Block a user