mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:07:25 +08:00
Increase leaderboard score width a bit
This commit is contained in:
parent
c9e75e7908
commit
030dce5559
@ -20,9 +20,9 @@ namespace osu.Game.Screens.Play.HUD
|
|||||||
{
|
{
|
||||||
public class GameplayLeaderboardScore : CompositeDrawable, ILeaderboardScore
|
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;
|
public const float PANEL_HEIGHT = 35f;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user