1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 17:30:00 +08:00

Fix UserListPanel background position

This commit is contained in:
Ganendra Afrasya
2020-10-01 02:02:27 +07:00
Unverified
parent bc09b81815
commit ca9f5b447e
+2
View File
@@ -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));
}