From daae5529514c8916ce940e150d97baa465222ff4 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Fri, 22 Jan 2021 19:14:45 -0800 Subject: Fix anisotropy panel covering bottom classic option in by component --- grapher/Constants/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grapher/Constants/Constants.cs') diff --git a/grapher/Constants/Constants.cs b/grapher/Constants/Constants.cs index d58c5cf..446f5fa 100644 --- a/grapher/Constants/Constants.cs +++ b/grapher/Constants/Constants.cs @@ -44,7 +44,7 @@ namespace grapher public const int DropDownLeftSeparation = 10; /// Height of sensitivity chart when displayed alone. - public const int SensitivityChartAloneHeight = 450; + public const int SensitivityChartAloneHeight = 455; /// Height of sensitivity chart when displayed alongside Velocity and Gain charts. public const int SensitivityChartTogetherHeight = 328; -- cgit v1.2.3