diff options
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | displaychannel.c | 3 | ||||
-rw-r--r-- | displaymenu.c | 3 | ||||
-rw-r--r-- | displayvolume.c | 1 | ||||
-rw-r--r-- | themes/flat-white.theme | 2 |
5 files changed, 3 insertions, 10 deletions
@@ -1,5 +1,5 @@ VDR Plugin 'skinflat' Revision History --------------------------------------- -2013-XX-XX: Version 0.0.1 -- Erste Version
\ No newline at end of file +2013-29-07: Version 0.0.1 +- Erste Version diff --git a/displaychannel.c b/displaychannel.c index 8607f54..c7501dd 100644 --- a/displaychannel.c +++ b/displaychannel.c @@ -1,6 +1,3 @@ -#include "symbols/audio.xpm" -#include "symbols/dolbydigital.xpm" - #include "displaychannel.h" cFlatDisplayChannel::cFlatDisplayChannel(bool WithInfo) { diff --git a/displaymenu.c b/displaymenu.c index f71fa33..02eec41 100644 --- a/displaymenu.c +++ b/displaymenu.c @@ -1,8 +1,5 @@ #include "displaymenu.h" -#include "symbols/arrowdown.xpm" -#include "symbols/arrowup.xpm" - cFlatDisplayMenu::cFlatDisplayMenu(void) { CreateFullOsd(); TopBarCreate(); diff --git a/displayvolume.c b/displayvolume.c index 4575fc6..7e4eab9 100644 --- a/displayvolume.c +++ b/displayvolume.c @@ -1,4 +1,3 @@ -#include "symbols/mute.xpm" #include "displayvolume.h" cFlatDisplayVolume::cFlatDisplayVolume(void) { diff --git a/themes/flat-white.theme b/themes/flat-white.theme index bfcea97..c5cc734 100644 --- a/themes/flat-white.theme +++ b/themes/flat-white.theme @@ -1,4 +1,4 @@ -Description = Default +Description = white clrTopBarBg = 90CCCCCC clrTopBarFont = FF222222 clrTopBarDateTimeFont = FF222222 |