mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Fix username overflow in new leaderboard design
This commit is contained in:
parent
b3bff281ce
commit
c738a57b39
@ -176,7 +176,7 @@ namespace osu.Game.Screens.Play.HUD
|
||||
usernameText = new OsuSpriteText
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Width = 0.8f,
|
||||
Width = 0.6f,
|
||||
Anchor = Anchor.CentreLeft,
|
||||
Origin = Anchor.CentreLeft,
|
||||
Colour = Color4.White,
|
||||
|
Loading…
Reference in New Issue
Block a user