mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Remove redundant property assignments.
This commit is contained in:
@ -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[]
|
||||
|
Reference in New Issue
Block a user