summaryrefslogtreecommitdiff
path: root/grapher/Models/AccelGUIFactory.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-04-05 20:43:08 -0700
committerJacob Palecki <[email protected]>2021-04-05 20:43:08 -0700
commitcf1fdf2e6cdba8c6ae8493eb744f223b6324594c (patch)
treea38093e20708920dff4798f682c9c003a3694ffc /grapher/Models/AccelGUIFactory.cs
parentIt builds (diff)
downloadrawaccel-cf1fdf2e6cdba8c6ae8493eb744f223b6324594c.tar.xz
rawaccel-cf1fdf2e6cdba8c6ae8493eb744f223b6324594c.zip
LUT text layout
Diffstat (limited to 'grapher/Models/AccelGUIFactory.cs')
-rw-r--r--grapher/Models/AccelGUIFactory.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/grapher/Models/AccelGUIFactory.cs b/grapher/Models/AccelGUIFactory.cs
index 1c42c76..c8446f0 100644
--- a/grapher/Models/AccelGUIFactory.cs
+++ b/grapher/Models/AccelGUIFactory.cs
@@ -85,6 +85,7 @@ namespace grapher.Models
Label limitLabelY,
Label expLabelX,
Label expLabelY,
+ Label lutTextLabel,
Label constantThreeLabelX,
Label constantThreeLabelY,
Label activeValueTitleX,
@@ -332,6 +333,8 @@ namespace grapher.Models
legacyCapToolStripMenuItem,
capY);
+ var lutText = new TextOption(lutTextLabel);
+
var accelerationOptionsX = new AccelTypeOptions(
accelTypeDropX,
accelerationX,
@@ -342,6 +345,7 @@ namespace grapher.Models
limitX,
exponentX,
midpointX,
+ lutText,
writeButton,
new ActiveValueLabel(accelTypeActiveLabelX, activeValueTitleX));
@@ -355,6 +359,7 @@ namespace grapher.Models
limitY,
exponentY,
midpointY,
+ lutText,
writeButton,
new ActiveValueLabel(accelTypeActiveLabelY, activeValueTitleY));