diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-25 05:51:44 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-25 05:51:44 +0000 |
| commit | e330dbae62e83dd2aa2ff63a984519a84b23c3ad (patch) | |
| tree | 7138f778d7a7817f01413931ab29d88ca2f13c7e /data | |
| parent | 6f1188bea106d335f993729e4971770deac88619 (diff) | |
| download | enigma2-e330dbae62e83dd2aa2ff63a984519a84b23c3ad.tar.gz enigma2-e330dbae62e83dd2aa2ff63a984519a84b23c3ad.zip | |
add a blinking point to the infobar
the blinking point appears when doing an instant record
it is a hack up to now
the point looks ugly, because the transparency needs to be explored first
Diffstat (limited to 'data')
| -rwxr-xr-x | data/record.png | bin | 0 -> 903 bytes | |||
| -rw-r--r-- | data/skin.xml | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/data/record.png b/data/record.png Binary files differnew file mode 100755 index 00000000..9190d49d --- /dev/null +++ b/data/record.png diff --git a/data/skin.xml b/data/skin.xml index 66bcd202..b2ba569a 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -143,8 +143,9 @@ <widget name="theClock" position="10,60" size="280,50" /> </screen> <screen name="InfoBar" flags="wfNoBorder" position="0,380" size="720,148" title="InfoBar"> - <ePixmap position="0,0" size="720,148" pixmap="/usr/share/enigma2/info-bg.png" /> + <ePixmap position="0,0" zPosition="1" size="720,148" pixmap="/usr/share/enigma2/info-bg.png" /> + <widget name="BlinkingPoint" position="430,35" size="20,20" /> <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" /> |
