From 6196cee980c7b8021b752b684cbe14bf7c41b657 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Mon, 11 Jan 2021 00:34:56 -0800 Subject: Some fixes --- grapher/Constants/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grapher/Constants') diff --git a/grapher/Constants/Constants.cs b/grapher/Constants/Constants.cs index 69b0bbb..7ebb2cc 100644 --- a/grapher/Constants/Constants.cs +++ b/grapher/Constants/Constants.cs @@ -62,7 +62,7 @@ namespace grapher public const int ButtonVerticalOffset = 60; /// Padding between directionality title and containing panel - public const int DirectionalityTitlePad = 2; + public const int DirectionalityTitlePad = 4; public const float SmallButtonSizeFactor = 0.666f; -- cgit v1.2.3