[gnome-music] Downsize album picture to 64px in playbar



commit 97010226a5836a6e57215f1bb5e5d0637c596cc2
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Thu Apr 4 13:42:06 2013 +0200

    Downsize album picture to 64px in playbar

 src/player.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/player.js b/src/player.js
index 2fa4f3a..0b6e5e8 100644
--- a/src/player.js
+++ b/src/player.js
@@ -29,7 +29,7 @@ const GLib = imports.gi.GLib;
 const Mainloop = imports.mainloop;
 const AlbumArtCache = imports.albumArtCache;
 
-const ART_SIZE = 240;
+const ART_SIZE = 64;
 
 const PlayPauseButton = new Lang.Class({
     Name: "PlayPauseButton",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]