From 6da117f606610337c54f5c6065590d018c84d4f8 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 27 May 2014 10:30:21 -0400 Subject: resize library buttons --- MediaBrowser.Server.Implementations/Drawing/PercentPlayedDrawer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Server.Implementations/Drawing') diff --git a/MediaBrowser.Server.Implementations/Drawing/PercentPlayedDrawer.cs b/MediaBrowser.Server.Implementations/Drawing/PercentPlayedDrawer.cs index c621ace438..68f66e9772 100644 --- a/MediaBrowser.Server.Implementations/Drawing/PercentPlayedDrawer.cs +++ b/MediaBrowser.Server.Implementations/Drawing/PercentPlayedDrawer.cs @@ -5,7 +5,7 @@ namespace MediaBrowser.Server.Implementations.Drawing { public class PercentPlayedDrawer { - private const int IndicatorHeight = 10; + private const int IndicatorHeight = 8; public void Process(Graphics graphics, Size imageSize, double percent) { -- cgit v1.2.3