Change SearchableListOverlay to use OsuTabControl strip.

This commit is contained in:
DrabWeb
2018-03-29 15:34:53 -03:00
parent f43b009b96
commit 3d05798d80
3 changed files with 1 additions and 13 deletions

View File

@ -13,7 +13,6 @@ namespace osu.Game.Overlays.Direct
public class Header : SearchableListHeader<DirectTab>
{
protected override Color4 BackgroundColour => OsuColour.FromHex(@"252f3a");
protected override float TabStripWidth => 298;
protected override DirectTab DefaultTab => DirectTab.Search;
protected override Drawable CreateHeaderText() => new OsuSpriteText { Text = @"osu!direct", TextSize = 25 };