1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 01:00:27 +08:00

Mate RoomSettingsOverlay fill height

This commit is contained in:
smoogipoo
2018-12-22 14:40:10 +09:00
Unverified
parent 09d7dc73dc
commit b82bb0ea28
+1 -5
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 },
},
};