Skip to content

Commit

Permalink
Merge pull request #244 from stanriders/smaller-scores
Browse files Browse the repository at this point in the history
Change profile score height to be smaller
  • Loading branch information
peppy authored Jan 15, 2025
2 parents e647c5f + ff8ae3c commit 262dfa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ protected override void OnHoverLost(HoverLostEvent e)

public partial class ExtendedProfileScore : CompositeDrawable
{
private const int height = 40;
private const int height = 35;
private const int performance_width = 100;
private const int rank_difference_width = 35;
private const int small_text_font_size = 11;
Expand Down

0 comments on commit 262dfa2

Please sign in to comment.