Author: bklaas
Date: Thu Jan 31 12:46:07 2008
New Revision: 1730
URL: http://svn.slimdevices.com?rev=1730&root=Jive&view=rev
Log:
Bug: 6841
Description: fix progress layout for radio streams (no progress bar)
Modified:
branches/7.0/jive/src/pkg/jive/share/applets/NowPlaying/NowPlayingApplet.lua
Modified:
branches/7.0/jive/src/pkg/jive/share/applets/NowPlaying/NowPlayingApplet.lua
URL:
http://svn.slimdevices.com/branches/7.0/jive/src/pkg/jive/share/applets/NowPlaying/NowPlayingApplet.lua?rev=1730&root=Jive&r1=1729&r2=1730&view=diff
==============================================================================
---
branches/7.0/jive/src/pkg/jive/share/applets/NowPlaying/NowPlayingApplet.lua
(original)
+++
branches/7.0/jive/src/pkg/jive/share/applets/NowPlaying/NowPlayingApplet.lua
Thu Jan 31 12:46:07 2008
@@ -786,8 +786,8 @@
s.browseprogress = _uses(s.ssprogress,
{
padding = { 0, 0, 0, 25 },
- text = {
- padding = { 8, 0, 8, 25 },
+ text = {
+ padding = { 8, 0, 8, 25 },
}
}
)
@@ -812,13 +812,20 @@
s.ssprogressNB.text = {}
s.ssprogressNB.text.w = WH_FILL
s.ssprogressNB.text.align = "center"
- s.ssprogressNB.padding = { 0, 0, 0, 0 }
- s.ssprogressNB.text.padding = { 0, 0, 0, 0 }
+ s.ssprogressNB.padding = { 0, 0, 0, 5 }
+ s.ssprogressNB.text.padding = { 0, 0, 0, 5 }
s.ssprogressNB.text.font = Font:load(fontpath .. "FreeSansBold.ttf", 12)
s.ssprogressNB.text.fg = { 0xe7, 0xe7, 0xe7 }
s.ssprogressNB.text.sh = { 0x37, 0x37, 0x37 }
- s.browseprogressNB = _uses(s.ssprogressNB)
+ s.browseprogressNB = _uses(s.ssprogressNB,
+ {
+ padding = { 0, 0, 0, 25 },
+ text = {
+ padding = { 8, 0, 8, 25 },
+ }
+ }
+ )
-- background style should start at x,y = 0,0
s.iconbg = {}
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins