mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Cleanup + fix up score table layout
This commit is contained in:
@ -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),
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user