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

hide BeatmapDetails on entering the Select screen

This commit is contained in:
Jorolf 2017-04-06 15:39:23 +02:00
parent 942699218a
commit 28193cbaaa

View File

@ -81,6 +81,7 @@ namespace osu.Game.Screens.Select
{
RelativeSizeAxes = Axes.Both,
Padding = new MarginPadding(5),
Alpha = 0,
},
Leaderboard = new Leaderboard
{