1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:17:23 +08:00

Increase leaderboard score width a bit

This commit is contained in:
Salman Ahmed 2020-12-18 13:09:50 +03:00
parent c9e75e7908
commit 030dce5559

View File

@ -20,9 +20,9 @@ namespace osu.Game.Screens.Play.HUD
{
public class GameplayLeaderboardScore : CompositeDrawable, ILeaderboardScore
{
public const float EXTENDED_WIDTH = 235f;
public const float EXTENDED_WIDTH = 255f;
private const float regular_width = 215f;
private const float regular_width = 235f;
public const float PANEL_HEIGHT = 35f;