Change from fullscreen to 0.7

This commit is contained in:
timiimit 2021-05-18 21:52:28 +02:00
parent ac5fe0c18c
commit 1fd00d1313

View File

@ -73,7 +73,7 @@ namespace osu.Game.Screens.OnlinePlay.Match
Origin = Anchor.BottomLeft,
Depth = float.MinValue,
RelativeSizeAxes = Axes.Both,
Height = 1.0f,
Height = 0.7f,
Padding = new MarginPadding { Horizontal = HORIZONTAL_OVERFLOW_PADDING },
Child = userModsSelectOverlay = new UserModSelectOverlay
{