From 619a907c47df793c6c03e1c6bb111423acff02b4 Mon Sep 17 00:00:00 2001 From: smoogipoo Date: Thu, 30 Sep 2021 12:01:26 +0900 Subject: [PATCH] Fix zero height grid --- osu.Game/Screens/OnlinePlay/Lounge/Components/DrawableRoom.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/osu.Game/Screens/OnlinePlay/Lounge/Components/DrawableRoom.cs b/osu.Game/Screens/OnlinePlay/Lounge/Components/DrawableRoom.cs index 9e693b0b0c..f2af38c2df 100644 --- a/osu.Game/Screens/OnlinePlay/Lounge/Components/DrawableRoom.cs +++ b/osu.Game/Screens/OnlinePlay/Lounge/Components/DrawableRoom.cs @@ -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[]