Method to property

This commit is contained in:
Dean Herbert
2020-01-02 14:19:31 +09:00
parent 19e7867aba
commit 546f64f951
2 changed files with 6 additions and 5 deletions

View File

@ -23,7 +23,7 @@ namespace osu.Game.Graphics.UserInterface
AccentColour = AccentColour,
};
protected override float StripWidth() => base.StripWidth() - (padding + ItemChevronSize);
protected override float StripWidth => base.StripWidth - (padding + ItemChevronSize);
public BreadcrumbControl()
{