mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 10:47:28 +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,
|
RelativeSizeAxes = Axes.X,
|
||||||
AutoSizeAxes = Axes.Y,
|
AutoSizeAxes = Axes.Y,
|
||||||
Y = 5,
|
Y = 110,
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.TopCentre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.TopCentre,
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
new Box
|
new Box
|
||||||
|
Loading…
Reference in New Issue
Block a user