mirror of
https://github.com/ppy/osu
synced 2024-12-12 01:48:49 +00:00
Remove unnecessary container level
This commit is contained in:
parent
f8939af5e6
commit
610eb9f6a4
@ -110,12 +110,7 @@ namespace osu.Game.Online.Leaderboards
|
||||
},
|
||||
new Drawable[]
|
||||
{
|
||||
new Container
|
||||
{
|
||||
AutoSizeAxes = Axes.Y,
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Child = userScoreContainer = new UserTopScoreContainer<TScoreInfo>(CreateDrawableTopScore)
|
||||
},
|
||||
userScoreContainer = new UserTopScoreContainer<TScoreInfo>(CreateDrawableTopScore)
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user