mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 12:33:01 +08:00
Cleanup
This commit is contained in:
parent
8db3ac0a9f
commit
deaf4ab4a1
@ -38,10 +38,7 @@ namespace osu.Game.Screens.Multi.Match.Components
|
|||||||
Origin = Anchor.CentreLeft,
|
Origin = Anchor.CentreLeft,
|
||||||
AutoSizeAxes = Axes.Both,
|
AutoSizeAxes = Axes.Both,
|
||||||
Direction = FillDirection.Vertical,
|
Direction = FillDirection.Vertical,
|
||||||
Children = new Drawable[]
|
Child = linkContainer = new LinkFlowContainer { AutoSizeAxes = Axes.Both }
|
||||||
{
|
|
||||||
linkContainer = new LinkFlowContainer { AutoSizeAxes = Axes.Both }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user