Small fixes and style corrections

This commit is contained in:
FreezyLemon
2017-11-21 19:16:44 +01:00
parent fd7ac9b6fc
commit 2203a84300
5 changed files with 33 additions and 36 deletions

View File

@ -338,11 +338,7 @@ namespace osu.Game.Screens.Multiplayer
FillMode = FillMode.Fill,
OnLoadComplete = d => d.FadeInFromZero(400, Easing.Out),
},
bsc =>
{
bsc.RelativeSizeAxes = Axes.Both;
coverContainer.Add(bsc);
});
bsc => coverContainer.Add(bsc));
beatmapTitle.Current = localisation.GetUnicodePreference(value.Metadata.TitleUnicode, value.Metadata.Title);
beatmapDash.Text = @" - ";