Author: bklaas
Date: Thu Feb 25 08:50:14 2010
New Revision: 8575

URL: http://svn.slimdevices.com/jive?rev=8575&view=rev
Log:
Bug: n/a
Description: set bgImg to false in npartistalbum block of NP visualizer styles

Modified:
    
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua?rev=8575&r1=8574&r2=8575&view=diff
==============================================================================
--- 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua
 (original)
+++ 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua
 Thu Feb 25 08:50:14 2010
@@ -3228,13 +3228,6 @@
                },
        })
 
-       -- Define empty progress background
-       local _songProgressBackgroundEmpty = _loadHTile(self, {
-               nil,
-               nil,
-               nil,
-       })
-
        -- Visualizer: Container with titlebar, progressbar and controls.
        --  The space between title and controls is used for the visualizer.
        s.nowplaying_visualizer_common = _uses(s.nowplaying, {
@@ -3308,7 +3301,7 @@
                                zOrder = 10,
                                padding = { 0, 19, 0, 15 },
                                horizontal = 1,
-                               bgImg = _songProgressBackgroundEmpty,
+                               bgImg = false,
                                img = _vizProgressBar,
                                pillImg = _vizProgressBarPill,
                        },

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to