From 79bb4f0bc1d72c36767ff73825b7f70db9615928 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Tue, 8 Sep 2020 14:21:22 -0700 Subject: Set WriteButton vertical placement --- grapher/Constants/Constants.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'grapher/Constants') 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 /// Width of charts when widened public const int WideChartWidth = 723; - /// Width of charts when widened + /// Left placement of charts when widened public const int WideChartLeft = 333; /// Width of charts when narrowed public const int NarrowChartWidth = 698; + /// Left placement of charts when narrowed public const int NarrowChartLeft = 482; + public const int WriteButtonVerticalOffset = 50; + /// Format string for shortened x and y textboxes. public const string ShortenedFormatString = "0.###"; -- cgit v1.2.3