mirror of
https://github.com/ppy/osu
synced 2025-02-09 14:47:33 +00:00
Fix avatar display.
This commit is contained in:
parent
a742664675
commit
d0ebbad0fa
@ -157,6 +157,7 @@ namespace osu.Game.Screens.Select.Leaderboards
|
|||||||
})
|
})
|
||||||
{
|
{
|
||||||
TimeBeforeLoad = 500,
|
TimeBeforeLoad = 500,
|
||||||
|
RelativeSizeAxes = Axes.None,
|
||||||
Size = new Vector2(HEIGHT - edge_margin * 2, HEIGHT - edge_margin * 2),
|
Size = new Vector2(HEIGHT - edge_margin * 2, HEIGHT - edge_margin * 2),
|
||||||
},
|
},
|
||||||
new Container
|
new Container
|
||||||
|
Loading…
Reference in New Issue
Block a user