diff options
| author | a1xd <[email protected]> | 2021-01-22 23:41:13 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-22 23:41:13 -0500 |
| commit | e2a09a3f63a1ced1c4821bd531a4e4cf12b130cf (patch) | |
| tree | 642b97d07c42451df1ed44787371e787129002bc /grapher/Models/AccelGUIFactory.cs | |
| parent | Merge pull request #67 from JacobPalecki/graph_fix (diff) | |
| parent | fix last mouse move - swapped axes (diff) | |
| download | rawaccel-1.4.1.tar.xz rawaccel-1.4.1.zip | |
Merge pull request #69 from JacobPalecki/FixByComponentv1.4.1
Fix by component
Diffstat (limited to 'grapher/Models/AccelGUIFactory.cs')
| -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, |