1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 18:03:11 +08:00
This commit is contained in:
PercyDan54 2020-11-24 18:48:32 +08:00
parent 739c18a34d
commit 0009724c1a
No known key found for this signature in database
GPG Key ID: 6AEA7C525131BAF3

View File

@ -124,7 +124,7 @@ namespace osu.Game.Screens.Import
{
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Margin = new MarginPadding { Bottom = 15, Top =15 } ,
Margin = new MarginPadding { Bottom = 15, Top = 15 },
Children = new Drawable[]
{
new FillFlowContainer
@ -148,8 +148,8 @@ namespace osu.Game.Screens.Import
startImport(d);
else
currentFileText.FlashColour(Color4.Red, 500);
}
}
}
}
}
}