Improve display of beatmap thumbnails

This commit is contained in:
Dean Herbert
2017-12-11 12:47:31 +09:00
parent 98ce856de1
commit 0c2158ccbd
2 changed files with 20 additions and 20 deletions

View File

@ -15,7 +15,14 @@ namespace osu.Game.Tests.Visual
{
internal class TestCaseHistoricalSection : OsuTestCase
{
public override IReadOnlyList<Type> RequiredTypes => new [] { typeof(HistoricalSection), typeof(PaginatedMostPlayedBeatmapContainer), typeof(DrawableMostPlayedRow) };
public override IReadOnlyList<Type> RequiredTypes =>
new[]
{
typeof(HistoricalSection),
typeof(PaginatedMostPlayedBeatmapContainer),
typeof(DrawableMostPlayedRow),
typeof(DrawableProfileRow)
};
public TestCaseHistoricalSection()
{