mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 12:57:39 +09: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,
|
AutoSizeAxes = Axes.Both,
|
||||||
Direction = FillDirection.Horizontal,
|
Direction = FillDirection.Horizontal,
|
||||||
Spacing = new Vector2(5),
|
Spacing = new Vector2(5),
|
||||||
|
Origin = anchor,
|
||||||
|
Anchor = anchor,
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
new DrawableTeamHeader(colour)
|
new DrawableTeamHeader(colour)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user