summaryrefslogtreecommitdiff
path: root/grapher/Models/AccelGUIFactory.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-09-08 14:29:37 -0700
committerJacob Palecki <[email protected]>2020-09-08 14:29:37 -0700
commitae8ee86fdaac66815827e132493c8bfcc5fbf8c9 (patch)
tree516dc3d36ebbc5e547837e6756182ab583d8a32c /grapher/Models/AccelGUIFactory.cs
parentSet WriteButton vertical placement (diff)
downloadrawaccel-ae8ee86fdaac66815827e132493c8bfcc5fbf8c9.tar.xz
rawaccel-ae8ee86fdaac66815827e132493c8bfcc5fbf8c9.zip
Center write button
Diffstat (limited to 'grapher/Models/AccelGUIFactory.cs')
-rw-r--r--grapher/Models/AccelGUIFactory.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/grapher/Models/AccelGUIFactory.cs b/grapher/Models/AccelGUIFactory.cs
index 35d2869..a381192 100644
--- a/grapher/Models/AccelGUIFactory.cs
+++ b/grapher/Models/AccelGUIFactory.cs
@@ -93,7 +93,8 @@ namespace grapher.Models
new ChartXY(accelerationChart, accelerationChartY),
new ChartXY(velocityChart, velocityChartY),
new ChartXY(gainChart, gainChartY),
- showVelocityGainToolStripMenuItem);
+ showVelocityGainToolStripMenuItem,
+ writeButton);
var sensitivity = new OptionXY(
sensitivityBoxX,