diff options
Diffstat (limited to 'grapher/Constants/Constants.cs')
| -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 9367fd1..887c8aa 100644 --- a/grapher/Constants/Constants.cs +++ b/grapher/Constants/Constants.cs @@ -54,10 +54,10 @@ namespace grapher public const int DropDownLeftSeparation = 10; /// <summary> Width of charts when widened </summary> - public const int WideChartWidth = 810; + public const int WideChartWidth = 723; /// <summary> Width of charts when widened </summary> - public const int WideChartLeft = 270; + public const int WideChartLeft = 333; /// <summary> Width of charts when narrowed </summary> public const int NarrowChartWidth = 698; |