Add anchor to the fillflowcontainer in TeamDisplay

This commit is contained in:
Shivam 2020-09-13 21:03:46 +02:00
parent 4cf4618bd1
commit 9f1a231f92
1 changed files with 2 additions and 0 deletions

View File

@ -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)