mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 08:22:56 +08:00
Fix code quality
This commit is contained in:
parent
3cc5466774
commit
5d31171fb0
@ -31,7 +31,6 @@ using osu.Game.Beatmaps;
|
||||
using osu.Game.Beatmaps.ControlPoints;
|
||||
using osu.Game.Configuration;
|
||||
using osu.Game.Database;
|
||||
using osu.Game.Graphics.Cursor;
|
||||
using osu.Game.Graphics.UserInterface;
|
||||
using osu.Game.Input.Bindings;
|
||||
using osu.Game.Localisation;
|
||||
@ -78,7 +77,7 @@ namespace osu.Game.Screens.Edit
|
||||
public const float WAVEFORM_VISUAL_OFFSET = 20;
|
||||
|
||||
[Cached]
|
||||
public EditorContextMenuContainer ContextMenuContainer { get; private set; } = new EditorContextMenuContainer()
|
||||
public EditorContextMenuContainer ContextMenuContainer { get; private set; } = new EditorContextMenuContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user