summaryrefslogtreecommitdiff
path: root/grapher/Constants
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/Constants')
-rw-r--r--grapher/Constants/Constants.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/grapher/Constants/Constants.cs b/grapher/Constants/Constants.cs
index 5bee626..69b0bbb 100644
--- a/grapher/Constants/Constants.cs
+++ b/grapher/Constants/Constants.cs
@@ -61,6 +61,9 @@ namespace grapher
/// <summary> Vertical placement of write button above bottom of sensitivity graph </summary>
public const int ButtonVerticalOffset = 60;
+ /// <summary> Padding between directionality title and containing panel </summary>
+ public const int DirectionalityTitlePad = 2;
+
public const float SmallButtonSizeFactor = 0.666f;
/// <summary> Format string for shortened x and y textboxes. </summary>