1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 14:17:26 +08:00

Mate RoomSettingsOverlay fill height

This commit is contained in:
smoogipoo 2018-12-22 14:40:10 +09:00
parent 09d7dc73dc
commit b82bb0ea28

View File

@ -88,11 +88,7 @@ namespace osu.Game.Screens.Multi.Match
{
RelativeSizeAxes = Axes.Both,
Padding = new MarginPadding { Top = Components.Header.HEIGHT },
Child = settings = new RoomSettingsOverlay(room)
{
RelativeSizeAxes = Axes.Both,
Height = 0.9f,
},
Child = settings = new RoomSettingsOverlay(room) { RelativeSizeAxes = Axes.Both },
},
};