Fix Black Space after } and Symbol Spacing

This commit is contained in:
John Neijzen
2017-06-08 14:48:42 +08:00
parent 431d225a60
commit 4abad17b92
9 changed files with 5 additions and 12 deletions

View File

@ -68,7 +68,7 @@ namespace osu.Game.Screens.Multiplayer
},
avatar = new UpdateableAvatar
{
Size = new Vector2(Height - content_padding* 2),
Size = new Vector2(Height - content_padding * 2),
Masking = true,
CornerRadius = 5f,
Margin = new MarginPadding { Left = content_padding * 2, Top = content_padding },