aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Drawing
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-27 10:30:21 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-27 10:30:21 -0400
commit6da117f606610337c54f5c6065590d018c84d4f8 (patch)
treeee26cdf50592aac2f844da6a6039dbfec1b5d24b /MediaBrowser.Server.Implementations/Drawing
parent8c0388df6b6bb88c132b204389e97f78c37c483c (diff)
resize library buttons
Diffstat (limited to 'MediaBrowser.Server.Implementations/Drawing')
-rw-r--r--MediaBrowser.Server.Implementations/Drawing/PercentPlayedDrawer.cs2
1 files changed, 1 insertions, 1 deletions
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)
{