mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:17:23 +08:00
Fix UserListPanel background position
This commit is contained in:
parent
bc09b81815
commit
ca9f5b447e
@ -26,6 +26,8 @@ namespace osu.Game.Users
|
||||
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
Block a user