mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 11:42:55 +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
|
usernameText = new OsuSpriteText
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
Width = 0.8f,
|
Width = 0.6f,
|
||||||
Anchor = Anchor.CentreLeft,
|
Anchor = Anchor.CentreLeft,
|
||||||
Origin = Anchor.CentreLeft,
|
Origin = Anchor.CentreLeft,
|
||||||
Colour = Color4.White,
|
Colour = Color4.White,
|
||||||
|
Loading…
Reference in New Issue
Block a user