diff options
| author | Jacob Palecki <[email protected]> | 2020-09-01 23:36:52 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-01 23:36:52 -0700 |
| commit | bf747ca2439a371ef74e21a49c1e8bc880d4d3e2 (patch) | |
| tree | 6265bea551877d84803d731cec7cd0b3b3d823ac /grapher/Layouts/NaturalLayout.cs | |
| parent | Second half - the parts in place (diff) | |
| download | rawaccel-bf747ca2439a371ef74e21a49c1e8bc880d4d3e2.tar.xz rawaccel-bf747ca2439a371ef74e21a49c1e8bc880d4d3e2.zip | |
Small fixes, correctly align labels and boxes
Diffstat (limited to 'grapher/Layouts/NaturalLayout.cs')
| -rw-r--r-- | grapher/Layouts/NaturalLayout.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Layouts/NaturalLayout.cs b/grapher/Layouts/NaturalLayout.cs index a6da67d..caa77bd 100644 --- a/grapher/Layouts/NaturalLayout.cs +++ b/grapher/Layouts/NaturalLayout.cs @@ -15,7 +15,7 @@ namespace grapher.Layouts Name = "Natural"; Index = (int)AccelMode.natural; ShowOptions = new bool[] { true, true, true, false, false, true }; - OptionNames = new string[] { Offset, Acceleration, Limit, string.Empty }; + OptionNames = new string[] { Offset, Acceleration, Limit, string.Empty, string.Empty, Weight }; } } } |