summaryrefslogtreecommitdiff
path: root/grapher/Constants/Constants.cs
diff options
context:
space:
mode:
authora1xd <[email protected]>2021-01-22 23:41:13 -0500
committerGitHub <[email protected]>2021-01-22 23:41:13 -0500
commite2a09a3f63a1ced1c4821bd531a4e4cf12b130cf (patch)
tree642b97d07c42451df1ed44787371e787129002bc /grapher/Constants/Constants.cs
parentMerge pull request #67 from JacobPalecki/graph_fix (diff)
parentfix last mouse move - swapped axes (diff)
downloadrawaccel-1.4.1.tar.xz
rawaccel-1.4.1.zip
Merge pull request #69 from JacobPalecki/FixByComponentv1.4.1
Fix by component
Diffstat (limited to 'grapher/Constants/Constants.cs')
-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;