1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 10:23:02 +08:00

Adjust sizing a touch.

This commit is contained in:
Dean Herbert 2017-03-19 16:34:29 +09:00
parent 5c645350f9
commit 8cb334a118

View File

@ -20,9 +20,9 @@ namespace osu.Game.Screens.Select.Leaderboards
{
public class LeaderboardScore : Container, IStateful<Visibility>
{
public static readonly float HEIGHT = 70;
public static readonly float HEIGHT = 60;
private const float corner_radius = 5;
private const float edge_margin = 10;
private const float edge_margin = 5;
private const float background_alpha = 0.25f;
private const float rank_width = 30;