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

Make playlist settings area taller to better match screen aspect ratio

This commit is contained in:
Dean Herbert 2021-02-02 16:30:45 +09:00
parent 44ed705388
commit bdc05af4b7

View File

@ -200,7 +200,7 @@ namespace osu.Game.Screens.OnlinePlay.Playlists
Child = new GridContainer
{
RelativeSizeAxes = Axes.X,
Height = 300,
Height = 500,
Content = new[]
{
new Drawable[]