summaryrefslogtreecommitdiff
path: root/grapher/Models/AccelGUIFactory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/Models/AccelGUIFactory.cs')
-rw-r--r--grapher/Models/AccelGUIFactory.cs9
1 files changed, 4 insertions, 5 deletions
diff --git a/grapher/Models/AccelGUIFactory.cs b/grapher/Models/AccelGUIFactory.cs
index e4637ec..a75207b 100644
--- a/grapher/Models/AccelGUIFactory.cs
+++ b/grapher/Models/AccelGUIFactory.cs
@@ -52,8 +52,6 @@ namespace grapher.Models
TextBox midpointBoxX,
TextBox midpointBoxY,
CheckBox sensXYLock,
- CheckBox weightXYLock,
- CheckBox capXYLock,
Label sensitivityLabel,
Label rotationLabel,
Label weightLabelX,
@@ -84,7 +82,8 @@ namespace grapher.Models
Label limitExpActiveLabelY,
Label midpointActiveLabelX,
Label midpointActiveLabelY,
- Label accelTypeActiveLabel,
+ Label accelTypeActiveLabelX,
+ Label accelTypeActiveLabelY,
Label optionSetXTitle,
Label optionSetYTitle,
Label mouseLabel)
@@ -209,7 +208,7 @@ namespace grapher.Models
weightX
},
writeButton,
- new ActiveValueLabel(accelTypeActiveLabel, activeValueTitle));
+ new ActiveValueLabel(accelTypeActiveLabelX, activeValueTitle));
var accelerationOptionsY = new AccelTypeOptions(
accelTypeDropY,
@@ -223,7 +222,7 @@ namespace grapher.Models
weightY
},
writeButton,
- new ActiveValueLabel(accelTypeActiveLabel, activeValueTitle));
+ new ActiveValueLabel(accelTypeActiveLabelY, activeValueTitle));
var capOptionsX = new CapOptions(
sensitivityToolStripMenuItem,