summaryrefslogtreecommitdiff
path: root/grapher/Constants
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-09-22 14:41:56 -0700
committerJacob Palecki <[email protected]>2020-09-22 14:41:56 -0700
commitc87bd1f04059f40f3dadd4e0b5bfcd860db67770 (patch)
tree20ffaf04ae3a17d1eeb0da3d87c933b792e70ff8 /grapher/Constants
parentRename active to current, make dropdown display accel type on active value set (diff)
downloadrawaccel-c87bd1f04059f40f3dadd4e0b5bfcd860db67770.tar.xz
rawaccel-c87bd1f04059f40f3dadd4e0b5bfcd860db67770.zip
Rename write button
Diffstat (limited to 'grapher/Constants')
-rw-r--r--grapher/Constants/Constants.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/grapher/Constants/Constants.cs b/grapher/Constants/Constants.cs
index a51b09c..2ce6763 100644
--- a/grapher/Constants/Constants.cs
+++ b/grapher/Constants/Constants.cs
@@ -60,7 +60,7 @@ namespace grapher
/// <summary> Left placement of charts when narrowed </summary>
public const int NarrowChartLeft = 482;
- public const int WriteButtonVerticalOffset = 50;
+ public const int WriteButtonVerticalOffset = 80;
/// <summary> Format string for shortened x and y textboxes. </summary>
public const string ShortenedFormatString = "0.###";
@@ -84,7 +84,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";