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:
parent
5c645350f9
commit
8cb334a118
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user