mirror of
https://github.com/ppy/osu
synced 2025-01-09 15:49:32 +00:00
Remove redundant property assignments.
This commit is contained in:
parent
1c2770ab36
commit
a47507fff3
@ -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[]
|
||||
|
Loading…
Reference in New Issue
Block a user