mirror of
https://github.com/osukey/osukey.git
synced 2025-06-07 20:37:57 +09:00
don't use extra container
This commit is contained in:
parent
872822035a
commit
bd2fce4bb7
@ -416,17 +416,10 @@ namespace osu.Game
|
|||||||
screenStack.Exit();
|
screenStack.Exit();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
new Container
|
|
||||||
{
|
|
||||||
RelativeSizeAxes = Axes.Both,
|
|
||||||
Children = new[]
|
|
||||||
{
|
|
||||||
screenStack = new OsuScreenStack { RelativeSizeAxes = Axes.Both },
|
screenStack = new OsuScreenStack { RelativeSizeAxes = Axes.Both },
|
||||||
backButton.CreateProxy(),
|
backButton.CreateProxy(),
|
||||||
logoContainer = new Container { RelativeSizeAxes = Axes.Both },
|
logoContainer = new Container { RelativeSizeAxes = Axes.Both },
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
overlayContent = new Container { RelativeSizeAxes = Axes.Both },
|
overlayContent = new Container { RelativeSizeAxes = Axes.Both },
|
||||||
rightFloatingOverlayContent = new Container { RelativeSizeAxes = Axes.Both },
|
rightFloatingOverlayContent = new Container { RelativeSizeAxes = Axes.Both },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user