From b8ade884f01a9be38b1795640dedd416b6015437 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 8 Mar 2015 23:58:16 -0400 Subject: [PATCH] update text --- .../Drawing/UnplayedCountIndicator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MediaBrowser.Server.Implementations/Drawing/UnplayedCountIndicator.cs b/MediaBrowser.Server.Implementations/Drawing/UnplayedCountIndicator.cs index 65212a3155..71cced0416 100644 --- a/MediaBrowser.Server.Implementations/Drawing/UnplayedCountIndicator.cs +++ b/MediaBrowser.Server.Implementations/Drawing/UnplayedCountIndicator.cs @@ -52,7 +52,7 @@ namespace MediaBrowser.Server.Implementations.Drawing } else if (text.Length >= 3) { - x += 1; + //x += 1; y -= 2; fontSize = 24; }