mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Cleanup
This commit is contained in:
@ -38,10 +38,7 @@ namespace osu.Game.Screens.Multi.Match.Components
|
||||
Origin = Anchor.CentreLeft,
|
||||
AutoSizeAxes = Axes.Both,
|
||||
Direction = FillDirection.Vertical,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
linkContainer = new LinkFlowContainer { AutoSizeAxes = Axes.Both }
|
||||
}
|
||||
Child = linkContainer = new LinkFlowContainer { AutoSizeAxes = Axes.Both }
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user