Adjust background presentation

This commit is contained in:
Andrei Zavatski
2020-03-05 01:41:55 +03:00
parent 0b98bcc856
commit d297bf6957
3 changed files with 7 additions and 4 deletions

View File

@ -26,7 +26,7 @@ namespace osu.Game.Users
private void load()
{
Background.Width = 0.5f;
Background.Colour = ColourInfo.GradientHorizontal(Color4.White.Opacity(1), Color4.White.Opacity(0.6f));
Background.Colour = ColourInfo.GradientHorizontal(Color4.White.Opacity(1), Color4.White.Opacity(0.3f));
}
protected override Drawable CreateLayout()