mirror of https://github.com/ppy/osu
Add anchor to the fillflowcontainer in TeamDisplay
This commit is contained in:
parent
4cf4618bd1
commit
9f1a231f92
|
@ -62,6 +62,8 @@ public TeamDisplay(TournamentTeam team, TeamColour colour, Bindable<int?> curren
|
|||
AutoSizeAxes = Axes.Both,
|
||||
Direction = FillDirection.Horizontal,
|
||||
Spacing = new Vector2(5),
|
||||
Origin = anchor,
|
||||
Anchor = anchor,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new DrawableTeamHeader(colour)
|
||||
|
|
Loading…
Reference in New Issue