FlowDirection -> FillDirection

This commit is contained in:
Thomas Müller
2017-03-01 20:15:38 +01:00
parent 9c853b0465
commit 4d28696479
29 changed files with 42 additions and 42 deletions

View File

@ -125,7 +125,7 @@ namespace osu.Game.Screens.Select
{
Anchor = Anchor.BottomLeft,
Origin = Anchor.BottomLeft,
Direction = FlowDirection.Down,
Direction = FillDirection.Down,
Margin = new MarginPadding { Top = 10, Left = 25, Right = 10, Bottom = 20 },
AutoSizeAxes = Axes.Both,
Children = new Drawable[]
@ -147,7 +147,7 @@ namespace osu.Game.Screens.Select
new FillFlowContainer
{
Margin = new MarginPadding { Top = 10 },
Direction = FlowDirection.Right,
Direction = FillDirection.Right,
AutoSizeAxes = Axes.Both,
Children = new []
{