diff options
Diffstat (limited to 'grapher/Form1.cs')
| -rw-r--r-- | grapher/Form1.cs | 3 |
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, |