diff options
| author | Jacob Palecki <[email protected]> | 2020-09-08 00:51:05 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-08 00:51:05 -0700 |
| commit | f2322540dd904474587ddebfa8d96dc66a902530 (patch) | |
| tree | cb1b8c5f4324acbb3586dfcac442d950c1f0a886 /grapher/Constants | |
| parent | Add chart resize (diff) | |
| download | rawaccel-f2322540dd904474587ddebfa8d96dc66a902530.tar.xz rawaccel-f2322540dd904474587ddebfa8d96dc66a902530.zip | |
Alignment for whole mode works
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 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; |