mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 07:09:53 +08:00
Mate RoomSettingsOverlay fill height
This commit is contained in:
@@ -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 },
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user