mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Partial everything
This commit is contained in:
committed by
Dean Herbert
parent
a1c559ae05
commit
7bc8908ca9
@ -18,7 +18,7 @@ using osu.Game.Graphics.Sprites;
|
||||
|
||||
namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
public class PageTabControl<T> : OsuTabControl<T>
|
||||
public partial class PageTabControl<T> : OsuTabControl<T>
|
||||
{
|
||||
protected override TabItem<T> CreateTabItem(T value) => new PageTabItem(value);
|
||||
|
||||
@ -33,7 +33,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
AccentColour = colours.Yellow;
|
||||
}
|
||||
|
||||
public class PageTabItem : TabItem<T>, IHasAccentColour
|
||||
public partial class PageTabItem : TabItem<T>, IHasAccentColour
|
||||
{
|
||||
private const float transition_duration = 100;
|
||||
|
||||
|
Reference in New Issue
Block a user