Cleanup + fix up score table layout

This commit is contained in:
smoogipoo
2019-03-26 17:38:56 +09:00
parent f4aeb390ef
commit adab31fd58
9 changed files with 401 additions and 661 deletions

View File

@ -25,7 +25,11 @@ namespace osu.Game.Tests.Visual.Online
{
typeof(Header),
typeof(ClickableUserContainer),
typeof(ScoreTableScore),
typeof(ScoreTable),
typeof(ScoreTableRow),
typeof(ScoreTableHeaderRow),
typeof(ScoreTableScoreRow),
typeof(ScoreTableRowBackground),
typeof(DrawableTopScore),
typeof(ScoresContainer),
typeof(AuthorInfo),

View File

@ -28,8 +28,9 @@ namespace osu.Game.Tests.Visual.SongSelect
typeof(ScoresContainer),
typeof(ScoreTable),
typeof(ScoreTableRow),
typeof(ScoreTableHeader),
typeof(ScoreTableScore)
typeof(ScoreTableHeaderRow),
typeof(ScoreTableScoreRow),
typeof(ScoreTableRowBackground),
};
private readonly Box background;