mirror of
https://github.com/ppy/osu.git
synced 2024-12-05 09:42:54 +08:00
remove redundant Scale attribute
This commit is contained in:
parent
29e7adcd3b
commit
7d4062d2ad
@ -40,7 +40,6 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Spectate
|
|||||||
Icon = FontAwesome.Solid.Cog,
|
Icon = FontAwesome.Solid.Cog,
|
||||||
Origin = Anchor.TopLeft,
|
Origin = Anchor.TopLeft,
|
||||||
Anchor = Anchor.TopLeft,
|
Anchor = Anchor.TopLeft,
|
||||||
Scale = new Vector2(1f),
|
|
||||||
Position = new Vector2(-30, 0),
|
Position = new Vector2(-30, 0),
|
||||||
Action = () => opened.Toggle()
|
Action = () => opened.Toggle()
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user