Author: bklaas
Date: Wed Feb 17 12:16:21 2010
New Revision: 8519

URL: http://svn.slimdevices.com/jive?rev=8519&view=rev
Log:
Fixed Bug: 15722
Description: center sleep assets in large text skin

Modified:
    
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAlargeSkin/WQVGAlargeSkinApplet.lua

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAlargeSkin/WQVGAlargeSkinApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAlargeSkin/WQVGAlargeSkinApplet.lua?rev=8519&r1=8518&r2=8519&view=diff
==============================================================================
--- 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAlargeSkin/WQVGAlargeSkinApplet.lua
 (original)
+++ 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/WQVGAlargeSkin/WQVGAlargeSkinApplet.lua
 Wed Feb 17 12:16:21 2010
@@ -1964,8 +1964,9 @@
 
        s.icon_popup_sleep_15 = {
                img = _loadImage(self, "Icons/icon_popup_box_sleep_15.png"),
-               h = 134,
-               w = 146,
+               h = WH_FILL,
+               w = WH_FILL,
+               padding = { 24, 24, 0, 0 },
        }
        s.icon_popup_sleep_30 = _uses(s.icon_popup_sleep_15, {
                img = _loadImage(self, "Icons/icon_popup_box_sleep_30.png"),
@@ -1981,7 +1982,6 @@
        })
        s.icon_popup_sleep_cancel = _uses(s.icon_popup_sleep_15, {
                img = _loadImage(self, "Icons/icon_popup_box_sleep_off.png"),
-               padding = { 0, 10, 0, 0 },
        })
        s.icon_power = _uses(_icon, {
                img = _loadImage(self, "IconsResized/icon_restart" .. 
skinSuffix),

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

Reply via email to