summaryrefslogtreecommitdiff
path: root/grapher/Layouts/LogLayout.cs
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/Layouts/LogLayout.cs')
-rw-r--r--grapher/Layouts/LogLayout.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/grapher/Layouts/LogLayout.cs b/grapher/Layouts/LogLayout.cs
index 1206fb3..4b73683 100644
--- a/grapher/Layouts/LogLayout.cs
+++ b/grapher/Layouts/LogLayout.cs
@@ -14,8 +14,8 @@ namespace grapher.Layouts
{
Name = "Logarithmic";
Index = (int)AccelMode.logarithmic;
- ShowOptions = new bool[] { true, true, false, false };
- OptionNames = new string[] { Offset, Acceleration, string.Empty, string.Empty };
+ ShowOptions = new bool[] { true, true, false, false, true, true };
+ OptionNames = new string[] { Offset, Acceleration, string.Empty, string.Empty, Cap, Weight };
}
}
}