mirror of
https://github.com/ppy/osu
synced 2025-01-09 23:59:44 +00:00
Change from fullscreen to 0.7
This commit is contained in:
parent
ac5fe0c18c
commit
1fd00d1313
@ -73,7 +73,7 @@ namespace osu.Game.Screens.OnlinePlay.Match
|
|||||||
Origin = Anchor.BottomLeft,
|
Origin = Anchor.BottomLeft,
|
||||||
Depth = float.MinValue,
|
Depth = float.MinValue,
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Height = 1.0f,
|
Height = 0.7f,
|
||||||
Padding = new MarginPadding { Horizontal = HORIZONTAL_OVERFLOW_PADDING },
|
Padding = new MarginPadding { Horizontal = HORIZONTAL_OVERFLOW_PADDING },
|
||||||
Child = userModsSelectOverlay = new UserModSelectOverlay
|
Child = userModsSelectOverlay = new UserModSelectOverlay
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user