diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-22 11:11:45 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-22 11:11:45 +0100 |
commit | 8ca1718156504b11d11ee76a0fa977b25b1de964 (patch) | |
tree | 22ae06f178ece534722d2a8844b8daccdae3b342 /flat.h | |
parent | e688b548decdebe35e70f4a420070da47a9e8a64 (diff) | |
download | skin-flatplus-8ca1718156504b11d11ee76a0fa977b25b1de964.tar.gz skin-flatplus-8ca1718156504b11d11ee76a0fa977b25b1de964.tar.bz2 |
parse tilde of epgsearch
Diffstat (limited to 'flat.h')
-rw-r--r-- | flat.h | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -135,11 +135,8 @@ THEME_CLR(Theme, clrMenuItemCurrentBorderBg, 0xC03090B0); THEME_CLR(Theme, clrMenuTimerItemDisabledFont, 0xFFA0A0A0); THEME_CLR(Theme, clrMenuTimerItemRecordingFont, 0xFFEEEEEE); -// Program Menu -THEME_CLR(Theme, clrMenuItemProgramShortTextFont, 0xFFA0A0A0); - -// Replay Menu -THEME_CLR(Theme, clrMenuItemReplayExtraTextFont, 0xFFA0A0A0); +// For Tilde, Timer Extra, Program Short Text +THEME_CLR(Theme, clrMenuItemExtraTextFont, 0xFFA0A0A0); // Replay THEME_CLR(Theme, clrReplayBg, 0xC0101010); |