diff options
Diffstat (limited to 'grapher/Constants/Constants.cs')
| -rw-r--r-- | grapher/Constants/Constants.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/grapher/Constants/Constants.cs b/grapher/Constants/Constants.cs index d74d045..aaf8bb9 100644 --- a/grapher/Constants/Constants.cs +++ b/grapher/Constants/Constants.cs @@ -51,14 +51,17 @@ namespace grapher /// <summary> Width of charts when widened </summary> public const int WideChartWidth = 723; - /// <summary> Width of charts when widened </summary> + /// <summary> Left placement of charts when widened </summary> public const int WideChartLeft = 333; /// <summary> Width of charts when narrowed </summary> public const int NarrowChartWidth = 698; + /// <summary> Left placement of charts when narrowed </summary> public const int NarrowChartLeft = 482; + public const int WriteButtonVerticalOffset = 50; + /// <summary> Format string for shortened x and y textboxes. </summary> public const string ShortenedFormatString = "0.###"; |