mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 17:47:18 +08:00
Minor adjustments
This commit is contained in:
parent
13752ffe9d
commit
6b1fdcf9a2
@ -23,7 +23,7 @@ namespace osu.Game.Users
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
Background.FadeTo(0.4f);
|
||||
Background.FadeTo(0.3f);
|
||||
}
|
||||
|
||||
protected override Drawable CreateLayout()
|
||||
|
@ -130,6 +130,7 @@ namespace osu.Game.Users
|
||||
protected OsuSpriteText CreateUsername() => new OsuSpriteText
|
||||
{
|
||||
Font = OsuFont.GetFont(size: 19, weight: FontWeight.Bold, italics: true),
|
||||
Shadow = false,
|
||||
Text = User.Username,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user