diff options
| author | Jacob Palecki <[email protected]> | 2020-09-16 01:20:23 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-16 01:20:23 -0700 |
| commit | 05c7094a93c7d29eb8ac05247110995574a7b963 (patch) | |
| tree | 8bf2845cc7f33d2e20399001d2724510cf35336a /grapher/Models/Options | |
| parent | Fix box write (diff) | |
| download | rawaccel-05c7094a93c7d29eb8ac05247110995574a7b963.tar.xz rawaccel-05c7094a93c7d29eb8ac05247110995574a7b963.zip | |
Unsure if I will use this
Diffstat (limited to 'grapher/Models/Options')
| -rw-r--r-- | grapher/Models/Options/ApplyOptions.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Models/Options/ApplyOptions.cs b/grapher/Models/Options/ApplyOptions.cs index 241fe50..6ec9d31 100644 --- a/grapher/Models/Options/ApplyOptions.cs +++ b/grapher/Models/Options/ApplyOptions.cs @@ -227,7 +227,7 @@ namespace grapher.Models.Options private void SetActiveTitlesWhole() { OptionSetX.ActiveValuesTitle.Left = OptionSetX.Options.Left + OptionSetX.Options.Width; - LockXYLabel.Width = (AccelCharts.SensitivityChart.Left - OptionSetX.ActiveValuesTitle.Left) / 2; + LockXYLabel.Width = (AccelCharts.Left - OptionSetX.ActiveValuesTitle.Left) / 2; OptionSetX.ActiveValuesTitle.Width = LockXYLabel.Width; LockXYLabel.Left = OptionSetX.ActiveValuesTitle.Left + OptionSetX.ActiveValuesTitle.Width; Sensitivity.Fields.LockCheckBox.Left = LockXYLabel.Left + LockXYLabel.Width / 2 - Sensitivity.Fields.LockCheckBox.Width / 2; |