From 46b087b41cff991d6de9c2b09d924bb216186625 Mon Sep 17 00:00:00 2001 From: Will Szumski Date: Mon, 21 May 2012 20:15:20 +0100 Subject: [PATCH] Added style smallElapsed for 'without slider' display as used by NowPlaying for radio streams. Fixes black text after playing radio for a long duration. --- .../applets/WVGAsmallSkin/WVGAsmallSkinApplet.lua | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/share/jive/applets/WVGAsmallSkin/WVGAsmallSkinApplet.lua b/share/jive/applets/WVGAsmallSkin/WVGAsmallSkinApplet.lua index 774aca8..56dd030 100644 --- a/share/jive/applets/WVGAsmallSkin/WVGAsmallSkinApplet.lua +++ b/share/jive/applets/WVGAsmallSkin/WVGAsmallSkinApplet.lua @@ -3078,6 +3078,13 @@ function skin(self, s) fg = { 0xe7, 0xe7, 0xe7 }, sh = { 0x37, 0x37, 0x37 }, }, + elapsedSmall = { + w = WH_FILL, + align = "left", + font = _boldfont(18), + fg = { 0xe7, 0xe7, 0xe7 }, + sh = { 0x37, 0x37, 0x37 }, + }, }, }) @@ -3269,6 +3276,13 @@ function skin(self, s) fg = { 0xe7, 0xe7, 0xe7 }, sh = { 0x37, 0x37, 0x37 }, }, + elapsedSmall = { + w = WH_FILL, + align = "left", + font = _boldfont(18), + fg = { 0xe7, 0xe7, 0xe7 }, + sh = { 0x37, 0x37, 0x37 }, + }, }, -- 1.7.7.6