More Clean up

This commit is contained in:
John Neijzen
2017-06-08 15:27:35 +08:00
parent d9a9616125
commit 2f7d9655fd
9 changed files with 13 additions and 14 deletions

View File

@ -90,7 +90,7 @@ namespace osu.Game.Graphics.UserInterface
Offset = new Vector2(2, 0),
Radius = 2,
},
Children = new [] {
Children = new[] {
IconLayer = new Box
{
RelativeSizeAxes = Axes.Both,
@ -124,7 +124,7 @@ namespace osu.Game.Graphics.UserInterface
Offset = new Vector2(2, 0),
Radius = 2,
},
Children = new [] {
Children = new[] {
TextLayer = new Box
{
Origin = Anchor.TopLeft,