summaryrefslogtreecommitdiff
path: root/grapher/Constants
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-01-22 19:14:45 -0800
committerJacob Palecki <[email protected]>2021-01-22 19:14:45 -0800
commitdaae5529514c8916ce940e150d97baa465222ff4 (patch)
tree1e0585eef4788c03588f57afb9618125e7c63f06 /grapher/Constants
parentFix graphing error in by component graph calculation (diff)
downloadrawaccel-daae5529514c8916ce940e150d97baa465222ff4.tar.xz
rawaccel-daae5529514c8916ce940e150d97baa465222ff4.zip
Fix anisotropy panel covering bottom classic option in by component
Diffstat (limited to 'grapher/Constants')
-rw-r--r--grapher/Constants/Constants.cs2
1 files changed, 1 insertions, 1 deletions
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;
/// <summary> Height of sensitivity chart when displayed alone. </summary>
- public const int SensitivityChartAloneHeight = 450;
+ public const int SensitivityChartAloneHeight = 455;
/// <summary> Height of sensitivity chart when displayed alongside Velocity and Gain charts. </summary>
public const int SensitivityChartTogetherHeight = 328;