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:
parent
0019199082
commit
3744aaf55f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user