Add ability to override text size

This commit is contained in:
Andrei Zavatski
2020-02-16 16:38:05 +03:00
parent 54a3705bdb
commit e62fec58c1
3 changed files with 26 additions and 1 deletions

View File

@ -37,6 +37,7 @@ namespace osu.Game.Tests.Visual.UserInterface
{
new BeatmapSearchRulesetFilter(),
new BeatmapSearchFilter<BeatmapSearchCategory>(),
new SmallBeatmapSearchFilter<BeatmapSearchCategory>()
}
});
}