summaryrefslogtreecommitdiff
path: root/grapher/Models/Options
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/Models/Options')
-rw-r--r--grapher/Models/Options/ActiveValueLabelXY.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/grapher/Models/Options/ActiveValueLabelXY.cs b/grapher/Models/Options/ActiveValueLabelXY.cs
index 1367a6a..381779c 100644
--- a/grapher/Models/Options/ActiveValueLabelXY.cs
+++ b/grapher/Models/Options/ActiveValueLabelXY.cs
@@ -143,7 +143,8 @@ namespace grapher.Models.Options
private void Align (int width)
{
FullWidth = width;
- ShortenedWidth = FullWidth / 2;
+ // ShortenedWidth = FullWidth / 2;
+ ShortenedWidth = FullWidth;
SetYLeft();
Y.Width = ShortenedWidth;