aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-03-08 23:58:16 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-03-08 23:58:16 -0400
commitb8ade884f01a9be38b1795640dedd416b6015437 (patch)
tree9978c824cd06564d9aae642c609d8875ec915932
parent2caf01f43b7153127f8d26b26da3f762cbf321d4 (diff)
update text
-rw-r--r--MediaBrowser.Server.Implementations/Drawing/UnplayedCountIndicator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Drawing/UnplayedCountIndicator.cs b/MediaBrowser.Server.Implementations/Drawing/UnplayedCountIndicator.cs
index 65212a315..71cced041 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;
}