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:
parent
09d7dc73dc
commit
b82bb0ea28
@ -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 },
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user