Remove redundant property assignments.

This commit is contained in:
Dean Herbert 2016-11-29 16:54:54 +09:00
parent 1c2770ab36
commit a47507fff3

View File

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