1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-16 00:13:12 +08:00

Merge pull request #11658 from peppy/playlists-settings-taller-area

Make playlist settings area taller to better match screen aspect ratio
This commit is contained in:
Dan Balasescu 2021-02-02 17:32:47 +09:00 committed by GitHub
commit 627c55f748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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