In order to set the background to a single image that covers the whole
screen a change is needed to the "SetupWallpaperApplet.lua" file in the
SetupWallpaper applet folder:

Search for:

        if screen ~= "480x272" and screen ~= "240x320" and screen ~= "320x240"
then

and add the hdtv screen res. so the line becomes:

        if screen ~= "480x272" and screen ~= "240x320" and screen ~= "320x240"
and screen ~= "1920x1080" then


-- 
xap
------------------------------------------------------------------------
xap's Profile: http://forums.slimdevices.com/member.php?userid=36906
View this thread: http://forums.slimdevices.com/showthread.php?t=76076

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

Reply via email to