mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 01:17:35 +09:00
Add back playlist header
This commit is contained in:
parent
14eaf75009
commit
a9faa11dcb
@ -134,6 +134,7 @@ namespace osu.Game.Screens.Multi.Match
|
|||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Content = new[]
|
Content = new[]
|
||||||
{
|
{
|
||||||
|
new Drawable[] { new OverlinedHeader("Playlist"), },
|
||||||
new Drawable[]
|
new Drawable[]
|
||||||
{
|
{
|
||||||
new DrawableRoomPlaylist(false, true) // Temporarily always allow selection
|
new DrawableRoomPlaylist(false, true) // Temporarily always allow selection
|
||||||
@ -156,6 +157,7 @@ namespace osu.Game.Screens.Multi.Match
|
|||||||
},
|
},
|
||||||
RowDimensions = new[]
|
RowDimensions = new[]
|
||||||
{
|
{
|
||||||
|
new Dimension(GridSizeMode.AutoSize),
|
||||||
new Dimension(),
|
new Dimension(),
|
||||||
new Dimension(GridSizeMode.Absolute, 5),
|
new Dimension(GridSizeMode.Absolute, 5),
|
||||||
new Dimension(GridSizeMode.AutoSize)
|
new Dimension(GridSizeMode.AutoSize)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user