1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 19:22:56 +08:00

Merge pull request #10150 from MiraiSubject/team-anchor-fix

Fix anchoring for TeamHeader in TeamDisplay
This commit is contained in:
Bartłomiej Dach 2020-09-13 22:31:33 +02:00 committed by GitHub
commit b2fb17557b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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