Center direct panel covers

This commit is contained in:
DrabWeb 2017-06-07 09:45:12 -03:00
parent 95cfce2950
commit 94b3320e58

View File

@ -39,6 +39,8 @@ namespace osu.Game.Overlays.Direct
{
return new AsyncLoadWrapper(new BeatmapSetBackgroundSprite(SetInfo)
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
FillMode = FillMode.Fill,
OnLoadComplete = d => d.FadeInFromZero(400, EasingTypes.Out),
}) { RelativeSizeAxes = Axes.Both };