mirror of
https://github.com/ppy/osu
synced 2024-12-26 17:02:59 +00:00
Fix zero height grid
This commit is contained in:
parent
56b3c8aa9a
commit
619a907c47
@ -333,6 +333,10 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
|
||||
{
|
||||
new Dimension(GridSizeMode.AutoSize),
|
||||
},
|
||||
RowDimensions = new[]
|
||||
{
|
||||
new Dimension(GridSizeMode.AutoSize)
|
||||
},
|
||||
Content = new[]
|
||||
{
|
||||
new Drawable[]
|
||||
|
Loading…
Reference in New Issue
Block a user