1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 07:32:58 +08:00

Lower username font size a bit

This commit is contained in:
Joseph Madamba 2024-05-09 22:39:41 -07:00
parent 8a474f7d22
commit e8967ff3c5

View File

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