mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
FlowDirection -> FillDirection
This commit is contained in:
@ -98,13 +98,13 @@ namespace osu.Game.Screens.Select
|
||||
Position = new Vector2(BackButton.SIZE_EXTENDED.X + padding, 0),
|
||||
RelativeSizeAxes = Axes.Y,
|
||||
AutoSizeAxes = Axes.X,
|
||||
Direction = FlowDirection.Right,
|
||||
Direction = FillDirection.Right,
|
||||
Spacing = new Vector2(padding, 0),
|
||||
Children = new Drawable[]
|
||||
{
|
||||
buttons = new FillFlowContainer
|
||||
{
|
||||
Direction = FlowDirection.Right,
|
||||
Direction = FillDirection.Right,
|
||||
Spacing = new Vector2(0.2f, 0),
|
||||
AutoSizeAxes = Axes.Both,
|
||||
}
|
||||
|
Reference in New Issue
Block a user