Fix UserListPanel background position

This commit is contained in:
Ganendra Afrasya 2020-10-01 02:02:27 +07:00
parent bc09b81815
commit ca9f5b447e
1 changed files with 2 additions and 0 deletions

View File

@ -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));
}