diff options
Diffstat (limited to 'grapher/Constants')
| -rw-r--r-- | grapher/Constants/Constants.cs | 4 |
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"; |