=== QVGAbaseSkin/QVGAbaseSkinApplet.lua ================================================================== --- QVGAbaseSkin/QVGAbaseSkinApplet.lua (revision 36672) +++ QVGAbaseSkin/QVGAbaseSkinApplet.lua (local) @@ -442,7 +442,7 @@ h = c.TITLE_HEIGHT, border = 0, position = LAYOUT_NORTH, - bgImg = s.img.titleBox, + bgImg = s.img.iconBackground, order = { "text" }, text = { w = WH_FILL, === QVGAlandscapeSkin/QVGAlandscapeSkinApplet.lua ================================================================== --- QVGAlandscapeSkin/QVGAlandscapeSkinApplet.lua (revision 36672) +++ QVGAlandscapeSkin/QVGAlandscapeSkinApplet.lua (local) @@ -74,7 +74,7 @@ THUMB_SIZE = 41, POPUP_THUMB_SIZE = 120, NOWPLAYING_MENU = true, - nowPlayingBrowseArtworkSize = "300x143", + nowPlayingBrowseArtworkSize = "320x320", nowPlayingSSArtworkSize = 186, nowPlayingLargeArtworkSize = 240, nowPlayingTitleStatusLabel = "artist", @@ -202,6 +202,7 @@ s.nowplaying = _uses(s.window, { title = { + zOrder = 10, h = 60, text = { hidden = 1, @@ -209,6 +210,7 @@ }, -- Song metadata nptitle = { + zOrder = 10, order = { 'nptrack', 'xofy' }, position = _tracklayout.position, nptrack = { @@ -237,6 +239,7 @@ }, }, npartistalbum = { + zOrder = 10, position = _tracklayout.position, w = _tracklayout.w, align = _tracklayout.align, @@ -250,13 +253,13 @@ -- cover art npartwork = { - position = LAYOUT_WEST, + position = LAYOUT_NORTH, w = WH_FILL, align = "center", artwork = { + zOrder = 1, w = WH_FILL, align = "center", - padding = { 0, 66, 0, 0 }, img = false, }, }, @@ -266,6 +269,7 @@ -- Progress bar npprogress = { + zOrder = 10, position = LAYOUT_NORTH, padding = { 0, 0, 0, 0 }, border = { 0, 59, 0, 0 },