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,
Origin = Anchor.BottomLeft,
RelativeSizeAxes = Axes.Both
RelativeSizeAxes = Axes.Both,
Height = 0
}
}
}