diff --git a/osu.Game/Graphics/UserInterface/BackButton.cs b/osu.Game/Graphics/UserInterface/BackButton.cs index 0f904eec77..7b3d011a7c 100644 --- a/osu.Game/Graphics/UserInterface/BackButton.cs +++ b/osu.Game/Graphics/UserInterface/BackButton.cs @@ -32,7 +32,6 @@ namespace osu.Game.Graphics.UserInterface public BackButton() { - RelativeSizeAxes = Axes.None; Width = width_retracted; Height = 50; // same as bottomToolHeight in PlaySongSelect @@ -40,8 +39,6 @@ namespace osu.Game.Graphics.UserInterface { leftContainer = new Container { - Origin = Anchor.TopLeft, - Anchor = Anchor.TopLeft, RelativeSizeAxes = Axes.Y, Width = initial_extend_length, Children = new Drawable[]