Author: bklaas
Date: Tue Jan  4 08:25:33 2011
New Revision: 9278

URL: http://svn.slimdevices.com/jive?rev=9278&view=rev
Log:
Bug: n/a
Description: Change from nocturneWallpaper to solid black for border around 
np_art_only screen
10px padding in large text skin on that screen was wrong- change to 5px as in 
small text skin

Modified:
    
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAlargeSkin/WQVGAlargeSkinApplet.lua
    
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua

Modified: 
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAlargeSkin/WQVGAlargeSkinApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAlargeSkin/WQVGAlargeSkinApplet.lua?rev=9278&r1=9277&r2=9278&view=diff
==============================================================================
--- 
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAlargeSkin/WQVGAlargeSkinApplet.lua
 (original)
+++ 
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAlargeSkin/WQVGAlargeSkinApplet.lua
 Tue Jan  4 08:25:33 2011
@@ -264,6 +264,7 @@
        local sliderBackground        = _loadImageTile(self,  imgpath .. 
"Touch_Toolbar/toolbar_lrg.png")
         local touchToolbarKeyDivider  = _loadImageTile(self,  imgpath .. 
"Touch_Toolbar/toolbar_divider.png")
 
+       local blackBackground   = Tile:fillColor(0x000000ff)
        local nocturneWallpaper = _loadImageTile(self, 
"applets/SetupWallpaper/wallpaper/fab4_nocturne.png")
 
        local deleteKeyBackground     = _loadImageTile(self,  imgpath .. 
"Buttons/button_delete_text_entry.png")
@@ -2325,7 +2326,7 @@
 
        s.nowplaying_art_only = _uses(s.nowplaying, {
 
-                bgImg = nocturneWallpaper,
+                bgImg            = blackBackground,
                 title            = { hidden = 1 },
                 nptitle          = { hidden = 1 },
                 npcontrols       = { hidden = 1 },
@@ -2342,7 +2343,7 @@
                         align = "center",
                         h = 272,
                         border = 0,
-                        padding = 10,
+                        padding = 5,
                         artwork = {
                                 w = 480,
                                 border = 0,

Modified: 
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua?rev=9278&r1=9277&r2=9278&view=diff
==============================================================================
--- 
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua
 (original)
+++ 
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAsmallSkin/WQVGAsmallSkinApplet.lua
 Tue Jan  4 08:25:33 2011
@@ -273,6 +273,7 @@
         local helpTextBackground  = _loadImageTile(self, imgpath .. 
"Titlebar/tbar_dropdwn_bkrgd.png")
 
 
+       local blackBackground   = Tile:fillColor(0x000000ff)
        local nocturneWallpaper = _loadImageTile(self, 
"applets/SetupWallpaper/wallpaper/fab4_nocturne.png")
 
        --FIXME, _r asset here doesn't work...it's supposed to have a fadeout 
effect and it doesn't appear on screen
@@ -3137,7 +3138,7 @@
        
        s.nowplaying_art_only = _uses(s.nowplaying, {
 
-               bgImg = nocturneWallpaper,
+               bgImg            = blackBackground,
                title            = { hidden = 1 },
                nptitle          = { hidden = 1 },
                npcontrols       = { hidden = 1 },

_______________________________________________
Jive-checkins mailing list
Jive-checkins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to