mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:03:11 +08:00
fix CI error
This commit is contained in:
parent
cc0520d722
commit
118e0b63eb
@ -156,7 +156,7 @@ namespace osu.Game.Rulesets.Mania.UI
|
|||||||
topLevelContainer.Add(c.TopLevelContainer.CreateProxy());
|
topLevelContainer.Add(c.TopLevelContainer.CreateProxy());
|
||||||
columns.Add(c);
|
columns.Add(c);
|
||||||
|
|
||||||
Margin = new MarginPadding()
|
Margin = new MarginPadding
|
||||||
{
|
{
|
||||||
Left = columns.Count * HIT_TARGET_POSITION / 2,
|
Left = columns.Count * HIT_TARGET_POSITION / 2,
|
||||||
Right = columns.Count * HIT_TARGET_POSITION / 2,
|
Right = columns.Count * HIT_TARGET_POSITION / 2,
|
||||||
|
@ -54,7 +54,7 @@ namespace osu.Game.Rulesets.Mania.UI
|
|||||||
|
|
||||||
Inverted.Value = true;
|
Inverted.Value = true;
|
||||||
|
|
||||||
var stageSpacing = 300 / stages.Count();
|
var stageSpacing = 300 / stages.Count;
|
||||||
|
|
||||||
InternalChildren = new Drawable[]
|
InternalChildren = new Drawable[]
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user