Replace "Connected as _" in login form with a UserPanel

This commit is contained in:
DrabWeb
2017-05-24 00:23:48 -03:00
parent 4681beab5d
commit 247d8e9b21
3 changed files with 7 additions and 5 deletions

View File

@ -30,7 +30,6 @@ namespace osu.Game.Users
public UserPanel(User user)
{
Width = 300;
Height = height;
Masking = true;
CornerRadius = 5;