mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00:00
Fix ScoreResultsPage usage
This commit is contained in:
parent
2663e5d756
commit
b51ebe4431
@ -70,7 +70,10 @@ namespace osu.Game.Screens.Ranking.Pages
|
||||
Direction = FillDirection.Vertical,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new UserHeader(Score.User)
|
||||
new DelayedLoadWrapper(new UserHeader(Score.User)
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
})
|
||||
{
|
||||
Anchor = Anchor.TopCentre,
|
||||
Origin = Anchor.TopCentre,
|
||||
|
Loading…
Reference in New Issue
Block a user