Mate RoomSettingsOverlay fill height

This commit is contained in:
smoogipoo 2018-12-22 14:40:10 +09:00
parent 09d7dc73dc
commit b82bb0ea28
1 changed files with 1 additions and 5 deletions

View File

@ -88,11 +88,7 @@ public MatchScreen(Room room, Action<Screen> pushGameplayScreen)
{
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 },
},
};