Revert OsuTabItem Text to protected, update tab count test

This commit is contained in:
hwabis
2022-03-20 21:37:02 -04:00
parent 63b6686384
commit 06136b2247
2 changed files with 4 additions and 3 deletions

View File

@ -98,7 +98,7 @@ namespace osu.Game.Graphics.UserInterface
public class OsuTabItem : TabItem<T>, IHasAccentColour
{
public readonly SpriteText Text;
protected readonly SpriteText Text;
protected readonly Box Bar;
private Color4 accentColour;