From daae5529514c8916ce940e150d97baa465222ff4 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Fri, 22 Jan 2021 19:14:45 -0800 Subject: Fix anisotropy panel covering bottom classic option in by component --- grapher/Models/AccelGUIFactory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grapher/Models/AccelGUIFactory.cs') diff --git a/grapher/Models/AccelGUIFactory.cs b/grapher/Models/AccelGUIFactory.cs index 6a4c46f..1c42c76 100644 --- a/grapher/Models/AccelGUIFactory.cs +++ b/grapher/Models/AccelGUIFactory.cs @@ -381,7 +381,7 @@ namespace grapher.Models range, wholeCheckBox, byComponentCheckBox, - 245); + 260); var applyOptions = new ApplyOptions( byComponentXYLock, -- cgit v1.2.3