summaryrefslogtreecommitdiff
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
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
-rw-r--r--grapher/Constants/Constants.cs2
-rw-r--r--grapher/Models/AccelGUIFactory.cs2
2 files changed, 2 insertions, 2 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;
diff --git a/grapher/Models/AccelGUIFactory.cs b/grapher/Models/AccelGUIFactory.cs
index 6a4c46f..1c42c76 100644
--- a/grapher/Models/AccelGUIFactory.cs
+++ b/grapher/Models/AccelGUIFactory.cs
@@ -381,7 +381,7 @@ namespace grapher.Models
range,
wholeCheckBox,
byComponentCheckBox,
- 245);
+ 260);
var applyOptions = new ApplyOptions(
byComponentXYLock,