resize library buttons

This commit is contained in:
Luke Pulverenti
2014-05-27 10:30:21 -04:00
parent 8c0388df6b
commit 6da117f606
9 changed files with 36 additions and 36 deletions

View File

@@ -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)
{