1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:03:22 +08:00

Remove width limit on room status text in favour of cell distribution

This commit is contained in:
Salman Ahmed 2023-06-14 07:55:03 +03:00
parent 05bdc92426
commit 24d8e336e2

View File

@ -337,7 +337,6 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
{
RelativeSizeAxes = Axes.X;
AutoSizeAxes = Axes.Y;
Width = 0.5f;
}
[BackgroundDependencyLoader]