add Spinner Count to BeatmapInfoWedge

- added Tooltips to the respective InfoLabels
- made the TestCase internal like all others
This commit is contained in:
Aergwyn
2017-12-14 19:55:15 +01:00
parent 7b4bbc6dc5
commit f329b1ed72
3 changed files with 29 additions and 13 deletions

View File

@ -12,7 +12,7 @@ using osu.Game.Screens.Select;
namespace osu.Game.Tests.Visual
{
public class TestCaseBeatmapInfoWedge : OsuTestCase
internal class TestCaseBeatmapInfoWedge : OsuTestCase
{
private BeatmapManager beatmaps;
private readonly Random random;