diff options
| author | Jacob Palecki <[email protected]> | 2020-09-08 14:29:37 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-08 14:29:37 -0700 |
| commit | ae8ee86fdaac66815827e132493c8bfcc5fbf8c9 (patch) | |
| tree | 516dc3d36ebbc5e547837e6756182ab583d8a32c /grapher/Models/AccelGUIFactory.cs | |
| parent | Set WriteButton vertical placement (diff) | |
| download | rawaccel-ae8ee86fdaac66815827e132493c8bfcc5fbf8c9.tar.xz rawaccel-ae8ee86fdaac66815827e132493c8bfcc5fbf8c9.zip | |
Center write button
Diffstat (limited to 'grapher/Models/AccelGUIFactory.cs')
| -rw-r--r-- | grapher/Models/AccelGUIFactory.cs | 3 |
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, |