1
0
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:
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, 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)