mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
FlowDirection -> FillDirection
This commit is contained in:
@ -78,7 +78,7 @@ namespace osu.Game.Screens.Menu
|
||||
},
|
||||
buttonFlow = new FlowContainerWithOrigin
|
||||
{
|
||||
Direction = FlowDirection.Right,
|
||||
Direction = FillDirection.Right,
|
||||
Spacing = new Vector2(-WEDGE_WIDTH, 0),
|
||||
Anchor = Anchor.Centre,
|
||||
AutoSizeAxes = Axes.Both,
|
||||
|
Reference in New Issue
Block a user