Merge branch 'master' into profile.

This commit is contained in:
Huo Yaoyuan
2017-07-10 10:36:23 +08:00
86 changed files with 442 additions and 310 deletions

View File

@ -46,6 +46,7 @@ namespace osu.Game.Users
{
new AsyncLoadWrapper(new UserCoverBackground(user)
{
RelativeSizeAxes = Axes.Both,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
FillMode = FillMode.Fill,