mirror of
https://github.com/ppy/osu.git
synced 2025-02-06 21:52:58 +08:00
Rename Settings
to have a more localised name
This commit is contained in:
parent
4aeaec6ecc
commit
17e3764576
@ -11,7 +11,7 @@ using osu.Game.Overlays;
|
|||||||
|
|
||||||
namespace osu.Game.Screens.Edit
|
namespace osu.Game.Screens.Edit
|
||||||
{
|
{
|
||||||
public abstract class Settings : CompositeDrawable
|
public abstract class RoundedContentEditorScreenSettings : CompositeDrawable
|
||||||
{
|
{
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(OverlayColourProvider colours)
|
private void load(OverlayColourProvider colours)
|
@ -6,7 +6,7 @@ using osu.Framework.Graphics;
|
|||||||
|
|
||||||
namespace osu.Game.Screens.Edit.Timing
|
namespace osu.Game.Screens.Edit.Timing
|
||||||
{
|
{
|
||||||
public class ControlPointSettings : Settings
|
public class ControlPointSettings : RoundedContentEditorScreenSettings
|
||||||
{
|
{
|
||||||
protected override IReadOnlyList<Drawable> CreateSections() => new Drawable[]
|
protected override IReadOnlyList<Drawable> CreateSections() => new Drawable[]
|
||||||
{
|
{
|
||||||
|
@ -6,7 +6,7 @@ using osu.Framework.Graphics;
|
|||||||
|
|
||||||
namespace osu.Game.Screens.Edit.Verify
|
namespace osu.Game.Screens.Edit.Verify
|
||||||
{
|
{
|
||||||
public class IssueSettings : Settings
|
public class IssueSettings : RoundedContentEditorScreenSettings
|
||||||
{
|
{
|
||||||
private readonly IssueList issueList;
|
private readonly IssueList issueList;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user