mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Fix Black Space after } and Symbol Spacing
This commit is contained in:
@ -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 },
|
||||
|
Reference in New Issue
Block a user