diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-27 10:30:21 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-27 10:30:21 -0400 |
| commit | 6da117f606610337c54f5c6065590d018c84d4f8 (patch) | |
| tree | ee26cdf50592aac2f844da6a6039dbfec1b5d24b /MediaBrowser.Server.Implementations/Drawing | |
| parent | 8c0388df6b6bb88c132b204389e97f78c37c483c (diff) | |
resize library buttons
Diffstat (limited to 'MediaBrowser.Server.Implementations/Drawing')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Drawing/PercentPlayedDrawer.cs | 2 |
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) { |
