mirror of
https://github.com/ppy/osu
synced 2025-01-09 23:59:44 +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()
|
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[]
|
||||||
|
Loading…
Reference in New Issue
Block a user