1
0
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:
Bartłomiej Dach 2020-12-19 18:48:17 +01:00
parent b3bff281ce
commit c738a57b39

View File

@ -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,