mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 16:52:55 +08:00
Lower username font size a bit
This commit is contained in:
parent
8a474f7d22
commit
e8967ff3c5
@ -266,7 +266,7 @@ namespace osu.Game.Online.Leaderboards
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Shear = -shear,
|
||||
Text = user.Username,
|
||||
Font = OsuFont.GetFont(size: 24, weight: FontWeight.SemiBold)
|
||||
Font = OsuFont.GetFont(size: 20, weight: FontWeight.SemiBold)
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user