mirror of https://github.com/ppy/osu
Fix UserListPanel background position
This commit is contained in:
parent
bc09b81815
commit
ca9f5b447e
|
@ -26,6 +26,8 @@ public UserListPanel(User user)
|
|||
private void load()
|
||||
{
|
||||
Background.Width = 0.5f;
|
||||
Background.Origin = Anchor.CentreRight;
|
||||
Background.Anchor = Anchor.CentreRight;
|
||||
Background.Colour = ColourInfo.GradientHorizontal(Color4.White.Opacity(1), Color4.White.Opacity(0.3f));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue