mirror of
https://github.com/osukey/osukey.git
synced 2025-06-07 12:28:02 +09:00
Update PlaylistsRoomSettingsOverlay.cs
This commit is contained in:
parent
315a73fb1b
commit
52aef09cd6
@ -140,9 +140,14 @@ namespace osu.Game.Screens.OnlinePlay.Playlists
|
|||||||
},
|
},
|
||||||
new Section("Duration")
|
new Section("Duration")
|
||||||
{
|
{
|
||||||
Child = DurationField = new DurationDropdown
|
Child = new Container
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
|
Height = 40,
|
||||||
|
Child = DurationField = new DurationDropdown
|
||||||
|
{
|
||||||
|
RelativeSizeAxes = Axes.X
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
new Section("Allowed attempts (across all playlist items)")
|
new Section("Allowed attempts (across all playlist items)")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user