Set relative axes inside AsyncLoadWrapper.

This commit is contained in:
Huo Yaoyuan 2017-07-11 09:19:36 +08:00
parent fd4a054921
commit 752f625a62

View File

@ -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,