1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Update vertical alignment of chroma area

This commit is contained in:
Dean Herbert 2020-03-08 18:16:32 +09:00
parent 0019199082
commit 3744aaf55f

View File

@ -52,9 +52,9 @@ namespace osu.Game.Tournament.Screens.Gameplay
{
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Y = 5,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Y = 110,
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
Children = new Drawable[]
{
new Box