Skip to content

Commit

Permalink
Adjust metrics for larger display usage
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Jul 13, 2023
1 parent 8f21b1f commit 4bea4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/Screens/Ranking/Statistics/StatisticsPanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public partial class StatisticsPanel : VisibilityContainer
/// <summary>
/// The usable absolute screen region which can be filled with statistics items.
/// </summary>
public static readonly Vector2 USABLE_SPACE = new Vector2(720, 720);
public static readonly Vector2 USABLE_SPACE = new Vector2(960, 720);

public const float SIDE_PADDING = 30;

Expand Down

0 comments on commit 4bea4be

Please sign in to comment.