mirror of
https://github.com/ppy/osu
synced 2025-03-20 01:49:41 +00:00
CI fixes
This commit is contained in:
parent
8b505a9e8b
commit
4681beab5d
@ -21,10 +21,8 @@ namespace osu.Game.Users
|
|||||||
private const float content_padding = 10;
|
private const float content_padding = 10;
|
||||||
private const float status_height = 30;
|
private const float status_height = 30;
|
||||||
|
|
||||||
private readonly User user;
|
|
||||||
private OsuColour colours;
|
private OsuColour colours;
|
||||||
|
|
||||||
private readonly Container cover;
|
|
||||||
private readonly Box statusBg;
|
private readonly Box statusBg;
|
||||||
private readonly OsuSpriteText statusMessage;
|
private readonly OsuSpriteText statusMessage;
|
||||||
|
|
||||||
@ -32,8 +30,6 @@ namespace osu.Game.Users
|
|||||||
|
|
||||||
public UserPanel(User user)
|
public UserPanel(User user)
|
||||||
{
|
{
|
||||||
this.user = user;
|
|
||||||
|
|
||||||
Width = 300;
|
Width = 300;
|
||||||
Height = height;
|
Height = height;
|
||||||
Masking = true;
|
Masking = true;
|
||||||
@ -45,6 +41,7 @@ namespace osu.Game.Users
|
|||||||
Radius = 4,
|
Radius = 4,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Container cover;
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
cover = new Container
|
cover = new Container
|
||||||
|
Loading…
Reference in New Issue
Block a user