mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 16:52:55 +08:00
Merge pull request #10150 from MiraiSubject/team-anchor-fix
Fix anchoring for TeamHeader in TeamDisplay
This commit is contained in:
commit
b2fb17557b
@ -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…
Reference in New Issue
Block a user