Luke Pulverenti 10 سال پیش
والد
کامیت
b8ade884f0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      MediaBrowser.Server.Implementations/Drawing/UnplayedCountIndicator.cs

+ 1 - 1
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;
                     }