summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-09-02 01:02:51 -0700
committerJacob Palecki <[email protected]>2020-09-02 01:02:51 -0700
commit5b9b8ed308e7a8cefbd27b2db72d33d7b002e223 (patch)
tree0d66b20cb15f95ac795247da90d3eb1d85a54d58 /grapher/Form1.cs
parentSmall fixes, correctly align labels and boxes (diff)
downloadrawaccel-5b9b8ed308e7a8cefbd27b2db72d33d7b002e223.tar.xz
rawaccel-5b9b8ed308e7a8cefbd27b2db72d33d7b002e223.zip
Move optionsets to applyoptions
Diffstat (limited to 'grapher/Form1.cs')
-rw-r--r--grapher/Form1.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs
index 5df97a3..68a8a31 100644
--- a/grapher/Form1.cs
+++ b/grapher/Form1.cs
@@ -38,7 +38,7 @@ namespace grapher
}
ActiveValueTitle.AutoSize = false;
- ActiveValueTitle.Left = LockXYLabel.Left + LockXYLabel.Width;
+ ActiveValueTitle.Left = accelerationBoxY.Left + accelerationBoxY.Width;
ActiveValueTitle.Width = AccelerationChart.Left - ActiveValueTitle.Left;
ActiveValueTitle.TextAlign = ContentAlignment.MiddleCenter;
@@ -79,6 +79,7 @@ namespace grapher
midpointBoxX,
midpointBoxY,
sensXYLock,
+ ByComponentXYLock,
sensitivityLabel,
rotationLabel,
weightLabelX,