mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
FlowDirection -> FillDirection
This commit is contained in:
@ -41,7 +41,7 @@ namespace osu.Game.Online.Chat.Drawables
|
||||
{
|
||||
flow = new FillFlowContainer
|
||||
{
|
||||
Direction = FlowDirection.Down,
|
||||
Direction = FillDirection.Down,
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
Padding = new MarginPadding { Left = 20, Right = 20 }
|
||||
|
Reference in New Issue
Block a user