From ff8ae3c63e0a8c985153f4b45ffde0c739957ac3 Mon Sep 17 00:00:00 2001 From: StanR Date: Wed, 15 Jan 2025 18:27:08 +0500 Subject: [PATCH] Change profile score height to be smaller --- PerformanceCalculatorGUI/Components/ExtendedProfileScore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PerformanceCalculatorGUI/Components/ExtendedProfileScore.cs b/PerformanceCalculatorGUI/Components/ExtendedProfileScore.cs index 795015ea6..07665d5f2 100644 --- a/PerformanceCalculatorGUI/Components/ExtendedProfileScore.cs +++ b/PerformanceCalculatorGUI/Components/ExtendedProfileScore.cs @@ -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;