Fix tab strip in BreadcrumbControl, allow strip height to be overriden.

This commit is contained in:
DrabWeb
2018-03-29 15:41:27 -03:00
parent 3d05798d80
commit e3218250d5
3 changed files with 19 additions and 6 deletions

View File

@ -17,6 +17,8 @@ namespace osu.Game.Graphics.UserInterface
protected override TabItem<T> CreateTabItem(T value) => new BreadcrumbTabItem(value);
protected override float StripWidth() => base.StripWidth() - (padding + 8);
public BreadcrumbControl()
{
Height = 26;