1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-04 03:53:21 +08:00

Fix default coverage

This commit is contained in:
smoogipoo 2020-07-16 17:35:00 +09:00
parent b7f6ae5db9
commit d546db0ec9

View File

@ -83,7 +83,8 @@ namespace osu.Game.Rulesets.Mania.UI
{ {
Anchor = Anchor.BottomLeft, Anchor = Anchor.BottomLeft,
Origin = Anchor.BottomLeft, Origin = Anchor.BottomLeft,
RelativeSizeAxes = Axes.Both RelativeSizeAxes = Axes.Both,
Height = 0
} }
} }
} }