mirror of
https://github.com/ppy/osu
synced 2024-12-16 11:56:31 +00:00
Set relative axes inside AsyncLoadWrapper.
This commit is contained in:
parent
fd4a054921
commit
752f625a62
@ -294,6 +294,7 @@ namespace osu.Game.Overlays.Profile
|
||||
{
|
||||
coverContainer.Add(new AsyncLoadWrapper(new UserCoverBackground(user)
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
FillMode = FillMode.Fill,
|
||||
|
Loading…
Reference in New Issue
Block a user