diff options
| author | Jacob Palecki <[email protected]> | 2021-01-22 19:14:45 -0800 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2021-01-22 19:14:45 -0800 |
| commit | daae5529514c8916ce940e150d97baa465222ff4 (patch) | |
| tree | 1e0585eef4788c03588f57afb9618125e7c63f06 /grapher/Models | |
| parent | Fix graphing error in by component graph calculation (diff) | |
| download | rawaccel-daae5529514c8916ce940e150d97baa465222ff4.tar.xz rawaccel-daae5529514c8916ce940e150d97baa465222ff4.zip | |
Fix anisotropy panel covering bottom classic option in by component
Diffstat (limited to 'grapher/Models')
| -rw-r--r-- | grapher/Models/AccelGUIFactory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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, |