diff options
Diffstat (limited to 'grapher/Constants/Constants.cs')
| -rw-r--r-- | grapher/Constants/Constants.cs | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/grapher/Constants/Constants.cs b/grapher/Constants/Constants.cs index b41ffa2..639bd9b 100644 --- a/grapher/Constants/Constants.cs +++ b/grapher/Constants/Constants.cs @@ -58,7 +58,7 @@ namespace grapher public const int NarrowChartLeft = 482; /// <summary> Vertical placement of write button above bottom of sensitivity graph </summary> - public const int WriteButtonVerticalOffset = 80; + public const int ButtonVerticalOffset = 60; /// <summary> Format string for shortened x and y textboxes. </summary> public const string ShortenedFormatString = "0.###"; @@ -85,7 +85,10 @@ namespace grapher public const string WriteButtonDefaultText = "Apply"; /// <summary> Default text to be displayed on write button. </summary> - public const string WriteButtonDelayText = "Delay"; + public const string ToggleButtonDefaultText = "Toggle"; + + /// <summary> Default text to be displayed on write button. </summary> + public const string ButtonDelayText = "Delay"; /// <summary> Title of sensitivity chart. </summary> public const string SensitivityChartTitle = "Sensitivity"; |