mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 14:12:54 +08:00
Merge branch 'master' into multiplayer-test-simplify
This commit is contained in:
commit
58de7a2e74
@ -34,7 +34,7 @@ namespace osu.Game.Screens.Multi.Lounge
|
|||||||
|
|
||||||
public LoungeSubScreen()
|
public LoungeSubScreen()
|
||||||
{
|
{
|
||||||
SearchContainer searchContainer;
|
RoomsContainer roomsContainer;
|
||||||
|
|
||||||
InternalChildren = new Drawable[]
|
InternalChildren = new Drawable[]
|
||||||
{
|
{
|
||||||
@ -55,14 +55,9 @@ namespace osu.Game.Screens.Multi.Lounge
|
|||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
ScrollbarOverlapsContent = false,
|
ScrollbarOverlapsContent = false,
|
||||||
Padding = new MarginPadding(10),
|
Padding = new MarginPadding(10),
|
||||||
Child = searchContainer = new SearchContainer
|
Child = roomsContainer = new RoomsContainer { JoinRequested = joinRequested }
|
||||||
{
|
|
||||||
RelativeSizeAxes = Axes.X,
|
|
||||||
AutoSizeAxes = Axes.Y,
|
|
||||||
Child = new RoomsContainer { JoinRequested = joinRequested }
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
loadingLayer = new LoadingLayer(searchContainer),
|
loadingLayer = new LoadingLayer(roomsContainer),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
new RoomInspector
|
new RoomInspector
|
||||||
|
Loading…
Reference in New Issue
Block a user