summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--grapher/Models/Options/AccelTypeOptions.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/grapher/Models/Options/AccelTypeOptions.cs b/grapher/Models/Options/AccelTypeOptions.cs
index 86a28f4..14c2019 100644
--- a/grapher/Models/Options/AccelTypeOptions.cs
+++ b/grapher/Models/Options/AccelTypeOptions.cs
@@ -52,6 +52,7 @@ namespace grapher
WriteButton = writeButton;
AccelTypeActiveValue = accelTypeActiveValue;
+ AccelTypeActiveValue.Left = AccelDropdown.Left + AccelDropdown.Width;
AccelTypeActiveValue.Height = AccelDropdown.Height;
Layout("Off");
@@ -121,7 +122,6 @@ namespace grapher
set
{
AccelDropdown.Left = value;
- AccelTypeActiveValue.Left = AccelDropdown.Left + Width;
}
}
@@ -134,7 +134,6 @@ namespace grapher
set
{
AccelDropdown.Width = value;
- AccelTypeActiveValue.Left = Left + AccelDropdown.Width;
}
}