diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-26 03:49:30 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-26 03:49:30 +0000 |
| commit | 8138d67d47307c7e438166b9c9cac5992e4929a5 (patch) | |
| tree | 20c70e3530d103ed26ef4af2c6f84e88e769ece6 /data | |
| parent | e33169b42fa0e0aafa995ca2ec0abd605f9768f2 (diff) | |
| download | enigma2-8138d67d47307c7e438166b9c9cac5992e4929a5.tar.gz enigma2-8138d67d47307c7e438166b9c9cac5992e4929a5.zip | |
show dolby, crypt and format status in the infobar - we don't have functionality to get the info about this yet
Diffstat (limited to 'data')
| -rw-r--r-- | data/crypt.png | 0 | ||||
| -rw-r--r-- | data/dolby.png | 0 | ||||
| -rw-r--r-- | data/format.png | 0 | ||||
| -rw-r--r-- | data/skin.xml | 5 |
4 files changed, 5 insertions, 0 deletions
diff --git a/data/crypt.png b/data/crypt.png new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/data/crypt.png diff --git a/data/dolby.png b/data/dolby.png new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/data/dolby.png diff --git a/data/format.png b/data/format.png new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/data/format.png diff --git a/data/skin.xml b/data/skin.xml index c0371d3e..aac69c58 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -146,6 +146,11 @@ <ePixmap position="0,0" zPosition="1" size="720,148" pixmap="/usr/share/enigma2/info-bg.png" /> <widget name="BlinkingPoint" pixmap="/usr/share/enigma2/record.png" position="430,35" size="20,20" /> + + <widget name="CryptActive" pixmap="/usr/share/enigma2/crypt.png" position="570,40" size="12,15" /> + <widget name="DolbyActive" pixmap="/usr/share/enigma2/dolby.png" position="585,40" size="25,15" /> + <widget name="FormatActive" pixmap="/usr/share/enigma2/format.png" position="613,40" size="28,15" /> + <widget name="ServiceName" position="69,25" size="427,26" valign="center" font="Arial;22" backgroundColor="#101258" /> <widget name="CurrentTime" position="575,10" size="90,30" backgroundColor="dark" font="Arial;19" /> <widget name="Event_Now_StartTime" position="210,68" size="60,22" font="Arial;20" backgroundColor="dark" /> |
