1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 07:29:53 +08:00

Merge pull request #19065 from Ludio235/master

Fix playlist room creation screen pushing content on opening dropdowns
This commit is contained in:
Dan Balasescu
2022-07-12 13:22:38 +09:00
committed by GitHub
Unverified
@@ -140,9 +140,14 @@ namespace osu.Game.Screens.OnlinePlay.Playlists
},
new Section("Duration")
{
Child = DurationField = new DurationDropdown
Child = new Container
{
RelativeSizeAxes = Axes.X,
Height = 40,
Child = DurationField = new DurationDropdown
{
RelativeSizeAxes = Axes.X
}
}
},
new Section("Allowed attempts (across all playlist items)")