summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,