diff options
| author | a1xd <[email protected]> | 2021-01-22 23:41:13 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-22 23:41:13 -0500 |
| commit | e2a09a3f63a1ced1c4821bd531a4e4cf12b130cf (patch) | |
| tree | 642b97d07c42451df1ed44787371e787129002bc /grapher/Constants/Constants.cs | |
| parent | Merge pull request #67 from JacobPalecki/graph_fix (diff) | |
| parent | fix last mouse move - swapped axes (diff) | |
| download | rawaccel-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.cs | 2 |
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; |