1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 02:42:54 +08:00

Add whitespace

This commit is contained in:
smoogipoo 2020-08-31 20:08:36 +09:00
parent 6ed191786f
commit d22de26afb

View File

@ -31,6 +31,7 @@ namespace osu.Game.Online.Leaderboards
public UserTopScoreContainer(Func<TScoreInfo, LeaderboardScore> createScoreDelegate)
{
this.createScoreDelegate = createScoreDelegate;
RelativeSizeAxes = Axes.X;
AutoSizeAxes = Axes.Y;