mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:18:22 +08:00
Add anchor to the fillflowcontainer in TeamDisplay
This commit is contained in:
parent
4cf4618bd1
commit
9f1a231f92
@ -62,6 +62,8 @@ namespace osu.Game.Tournament.Screens.Gameplay.Components
|
||||
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
Block a user