This commit is contained in:
EVAST9919
2017-05-30 12:31:56 +03:00
parent e737ded382
commit 4b624ced36
3 changed files with 1 additions and 3 deletions

View File

@ -6,7 +6,6 @@ using osu.Framework.Graphics;
using osu.Game.Graphics.Sprites; using osu.Game.Graphics.Sprites;
using osu.Game.Overlays.Music; using osu.Game.Overlays.Music;
using System.Collections.Generic; using System.Collections.Generic;
using osu.Game.Graphics.UserInterface;
namespace osu.Game.Screens.Play.ReplaySettings namespace osu.Game.Screens.Play.ReplaySettings
{ {

View File

@ -3,7 +3,6 @@
using osu.Framework.Allocation; using osu.Framework.Allocation;
using osu.Game.Configuration; using osu.Game.Configuration;
using osu.Game.Graphics.UserInterface;
using osu.Framework.Graphics; using osu.Framework.Graphics;
namespace osu.Game.Screens.Play.ReplaySettings namespace osu.Game.Screens.Play.ReplaySettings

View File

@ -32,7 +32,7 @@ namespace osu.Game.Screens.Play.ReplaySettings
private Color4 buttonActiveColour; private Color4 buttonActiveColour;
public ReplaySettingsGroup() protected ReplaySettingsGroup()
{ {
AutoSizeAxes = Axes.Y; AutoSizeAxes = Axes.Y;
Width = container_width; Width = container_width;