Allow any type to be used to create TabControl

This commit is contained in:
Andrei Zavatski
2020-01-08 00:41:52 +03:00
parent 6d8f457161
commit eb828154ee
6 changed files with 56 additions and 18 deletions

View File

@ -24,7 +24,7 @@ namespace osu.Game.Tests.Visual.Online
typeof(ProfileHeader),
typeof(RankGraph),
typeof(LineGraph),
typeof(TabControlOverlayHeader.OverlayHeaderTabControl),
typeof(TabControlOverlayHeader<>.OverlayHeaderTabControl),
typeof(CentreHeaderContainer),
typeof(BottomHeaderContainer),
typeof(DetailHeaderContainer),