mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Update usage of FlowContainer and its subclasses
This commit is contained in:
@ -32,8 +32,7 @@ namespace osu.Game.Screens.Menu
|
||||
AutoSizeAxes = Axes.Both,
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Direction = FlowDirections.Vertical,
|
||||
Spacing = new Vector2(0, 2),
|
||||
FlowStrategy = FlowStrategies.GetVerticalFlow(new Vector2(0, 2)),
|
||||
Children = new Drawable[]
|
||||
{
|
||||
icon = new TextAwesome
|
||||
|
Reference in New Issue
Block a user