Style changes (removing newline from before second constructor parameter)

This commit is contained in:
FreezyLemon
2017-11-23 09:12:23 +01:00
parent d6f532171b
commit 2cc2323791
5 changed files with 5 additions and 11 deletions

View File

@ -112,8 +112,7 @@ namespace osu.Game.Screens.Select.Leaderboards
Radius = 1,
Colour = Color4.Black.Opacity(0.2f),
},
},
500)
}, 500)
{
RelativeSizeAxes = Axes.None,
Size = new Vector2(HEIGHT - edge_margin * 2, HEIGHT - edge_margin * 2),