mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 14:12:56 +08:00
Fix CI
This commit is contained in:
parent
739c18a34d
commit
0009724c1a
@ -124,7 +124,7 @@ namespace osu.Game.Screens.Import
|
|||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
AutoSizeAxes = Axes.Y,
|
AutoSizeAxes = Axes.Y,
|
||||||
Margin = new MarginPadding { Bottom = 15, Top =15 } ,
|
Margin = new MarginPadding { Bottom = 15, Top = 15 },
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
new FillFlowContainer
|
new FillFlowContainer
|
||||||
@ -148,8 +148,8 @@ namespace osu.Game.Screens.Import
|
|||||||
startImport(d);
|
startImport(d);
|
||||||
else
|
else
|
||||||
currentFileText.FlashColour(Color4.Red, 500);
|
currentFileText.FlashColour(Color4.Red, 500);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user