1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 14:32:55 +08:00
This commit is contained in:
Andrei Zavatski 2019-08-03 05:49:01 +03:00
parent 37be4fbf16
commit 416f9d89db
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ namespace osu.Game.Tests.Visual.Online
User = { BindTarget = user },
};
User[] users = new[]
User[] users =
{
new User { PreviousUsernames = new[] { "username1" } },
new User { PreviousUsernames = new[] { "longusername", "longerusername" } },

View File

@ -82,7 +82,7 @@ namespace osu.Game.Overlays.Profile.Header
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Direction = FillDirection.Full,
Margin = new MarginPadding { Bottom = margin, Top = margin / 2 }
Margin = new MarginPadding { Bottom = margin, Top = margin / 2f }
}
}
}