summaryrefslogtreecommitdiff
path: root/grapher/Constants
diff options
context:
space:
mode:
authorJacobPalecki <[email protected]>2020-09-22 19:59:47 -0700
committerGitHub <[email protected]>2020-09-22 19:59:47 -0700
commit77f420cf45a1a0bee00602965e687097367e2a70 (patch)
treefa088af8f2feb54df5bcb6a036715fd32d0511e8 /grapher/Constants
parentMerge pull request #21 from JacobPalecki/GUI (diff)
parentUpdate credits (diff)
downloadrawaccel-77f420cf45a1a0bee00602965e687097367e2a70.tar.xz
rawaccel-77f420cf45a1a0bee00602965e687097367e2a70.zip
Merge pull request #22 from JacobPalecki/GUI
Replace SigmoidGain with Motivity & Cleanup
Diffstat (limited to 'grapher/Constants')
-rw-r--r--grapher/Constants/Constants.cs8
1 files changed, 3 insertions, 5 deletions
diff --git a/grapher/Constants/Constants.cs b/grapher/Constants/Constants.cs
index a51b09c..b41ffa2 100644
--- a/grapher/Constants/Constants.cs
+++ b/grapher/Constants/Constants.cs
@@ -21,9 +21,6 @@ namespace grapher
/// <summary> Ratio of max (X, Y) used in "by component" calulations to those used in "whole vector" calculations. </summary>
public const double XYToCombinedRatio = 1.4;
- /// <summary> Possible options to display in a layout. </summary>
- public const int PossibleOptionsCount = 6;
-
/// <summary> Separation between X and Y active value labels, in pixels. </summary>
public const int ActiveLabelXYSeparation = 2;
@@ -60,7 +57,8 @@ namespace grapher
/// <summary> Left placement of charts when narrowed </summary>
public const int NarrowChartLeft = 482;
- public const int WriteButtonVerticalOffset = 50;
+ /// <summary> Vertical placement of write button above bottom of sensitivity graph </summary>
+ public const int WriteButtonVerticalOffset = 80;
/// <summary> Format string for shortened x and y textboxes. </summary>
public const string ShortenedFormatString = "0.###";
@@ -84,7 +82,7 @@ namespace grapher
public const string AccelDropDownDefaultShortText = "Accel Type";
/// <summary> Default text to be displayed on write button. </summary>
- public const string WriteButtonDefaultText = "Write To Driver";
+ public const string WriteButtonDefaultText = "Apply";
/// <summary> Default text to be displayed on write button. </summary>
public const string WriteButtonDelayText = "Delay";