From de6b18db8226650cee9726c4694931bdc4b89fad Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Sun, 10 Jan 2021 23:49:28 -0800 Subject: Implement direcitonality UI --- grapher/Constants/Constants.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'grapher/Constants/Constants.cs') 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 /// Vertical placement of write button above bottom of sensitivity graph public const int ButtonVerticalOffset = 60; + /// Padding between directionality title and containing panel + public const int DirectionalityTitlePad = 2; + public const float SmallButtonSizeFactor = 0.666f; /// Format string for shortened x and y textboxes. -- cgit v1.2.3