mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Make field readonly
This commit is contained in:
@ -15,7 +15,7 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
public class BreadcrumbControl<T> : OsuTabControl<T>
|
public class BreadcrumbControl<T> : OsuTabControl<T>
|
||||||
{
|
{
|
||||||
private const float padding = 10;
|
private const float padding = 10;
|
||||||
private float itemChevronSize;
|
private readonly float itemChevronSize;
|
||||||
|
|
||||||
protected override TabItem<T> CreateTabItem(T value) => new BreadcrumbTabItem(value, itemChevronSize)
|
protected override TabItem<T> CreateTabItem(T value) => new BreadcrumbTabItem(value, itemChevronSize)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user