mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Use content instead of exposing the flow container
This commit is contained in:
@ -53,7 +53,7 @@ namespace osu.Game.Screens.Edit.Setup
|
||||
AutoSizeAxes = Axes.Y,
|
||||
};
|
||||
|
||||
Flow.Children = new Drawable[]
|
||||
Children = new Drawable[]
|
||||
{
|
||||
backgroundSpriteContainer = new Container
|
||||
{
|
||||
|
Reference in New Issue
Block a user