mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Increase leaderboard score width a bit
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user