1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 15:23:14 +08:00

Change larger freemod selection overlay

This commit is contained in:
timiimit 2021-05-18 15:58:18 +02:00
parent 41d8bc291c
commit ac5fe0c18c

View File

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