diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-08 23:58:16 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-08 23:58:16 -0400 |
| commit | b8ade884f01a9be38b1795640dedd416b6015437 (patch) | |
| tree | 9978c824cd06564d9aae642c609d8875ec915932 | |
| parent | 2caf01f43b7153127f8d26b26da3f762cbf321d4 (diff) | |
update text
| -rw-r--r-- | MediaBrowser.Server.Implementations/Drawing/UnplayedCountIndicator.cs | 2 |
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; } |
