Author: bklaas
Date: Thu Feb 18 12:15:19 2010
New Revision: 8523

URL: http://svn.slimdevices.com/jive?rev=8523&view=rev
Log:
Fixed Bug: 15715
Description: fix layout of icon-based popup icons on QVGA skins (Radio and 
Controller)

Modified:
    
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAbaseSkin/QVGAbaseSkinApplet.lua

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAbaseSkin/QVGAbaseSkinApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAbaseSkin/QVGAbaseSkinApplet.lua?rev=8523&r1=8522&r2=8523&view=diff
==============================================================================
--- 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAbaseSkin/QVGAbaseSkinApplet.lua
 (original)
+++ 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAbaseSkin/QVGAbaseSkinApplet.lua
 Thu Feb 18 12:15:19 2010
@@ -1909,24 +1909,28 @@
                img = _loadImage(self, "Icons/icon_popup_box_repeat.png"),
        })
 
-       s.icon_popup_pause = {
+       s._popupTransportIcon = {
+               padding = { 26, 26, 0, 0, },
+       }
+
+       s.icon_popup_pause = _uses(s._popupTransportIcon, {
                img = _loadImage(self, "Icons/icon_popup_box_pause.png"),
-       }
-       s.icon_popup_play = {
+       })
+       s.icon_popup_play = _uses(s._popupTransportIcon, {
                img = _loadImage(self, "Icons/icon_popup_box_play.png"),
-       }
-       s.icon_popup_fwd = {
+       })
+       s.icon_popup_fwd = _uses(s._popupTransportIcon, {
                img = _loadImage(self, "Icons/icon_popup_box_fwd.png"),
-       }
-       s.icon_popup_rew = {
+       })
+       s.icon_popup_rew = _uses(s._popupTransportIcon, {
                img = _loadImage(self, "Icons/icon_popup_box_rew.png"),
-       }
-       s.icon_popup_stop = {
+       })
+       s.icon_popup_stop = _uses(s._popupTransportIcon, {
                img = _loadImage(self, "Icons/icon_popup_box_stop.png"),
-       }
-       s.icon_popup_lineIn = {
+       })
+       s.icon_popup_lineIn = _uses(s._popupTransportIcon, {
                img = _loadImage(self, "IconsResized/icon_linein_80.png"),
-       }
+       })
 
        s.presetPointer3 = {
                w = WH_FILL,

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

Reply via email to