mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Set relative axes inside AsyncLoadWrapper.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user