diff options
| author | Jacob Palecki <[email protected]> | 2020-09-08 00:51:05 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-08 00:51:05 -0700 |
| commit | f2322540dd904474587ddebfa8d96dc66a902530 (patch) | |
| tree | cb1b8c5f4324acbb3586dfcac442d950c1f0a886 /grapher/Form1.cs | |
| parent | Add chart resize (diff) | |
| download | rawaccel-f2322540dd904474587ddebfa8d96dc66a902530.tar.xz rawaccel-f2322540dd904474587ddebfa8d96dc66a902530.zip | |
Alignment for whole mode works
Diffstat (limited to 'grapher/Form1.cs')
| -rw-r--r-- | grapher/Form1.cs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs index a4c32cd..1bdb05c 100644 --- a/grapher/Form1.cs +++ b/grapher/Form1.cs @@ -37,11 +37,6 @@ namespace grapher throw; } - ActiveValueTitle.AutoSize = false; - ActiveValueTitle.Left = accelerationBoxY.Left + accelerationBoxY.Width; - ActiveValueTitle.Width = AccelerationChart.Left - ActiveValueTitle.Left; - ActiveValueTitle.TextAlign = ContentAlignment.MiddleCenter; - AccelGUI = AccelGUIFactory.Construct( this, activeAccel, @@ -82,6 +77,7 @@ namespace grapher midpointBoxY, sensXYLock, ByComponentXYLock, + LockXYLabel, sensitivityLabel, rotationLabel, weightLabelX, @@ -97,6 +93,7 @@ namespace grapher constantThreeLabelX, constantThreeLabelY, ActiveValueTitle, + ActiveValueTitleY, SensitivityActiveXLabel, SensitivityActiveYLabel, RotationActiveLabel, |