aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-22 14:07:27 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-22 14:07:27 +0000
commit2884810419e8c4d220c91a0bba1e40e67a2fe158 (patch)
treec37340a7b58ae6bbce8a69b61af4b0fdeff028c3 /data
parentf43943087f01dca40b5bda702340bed885bcc891 (diff)
downloadenigma2-2884810419e8c4d220c91a0bba1e40e67a2fe158.tar.gz
enigma2-2884810419e8c4d220c91a0bba1e40e67a2fe158.zip
changing service in timer edit is now possible
Diffstat (limited to 'data')
-rw-r--r--data/skin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/skin.xml b/data/skin.xml
index 7dafd68f..4209f281 100644
--- a/data/skin.xml
+++ b/data/skin.xml
@@ -183,6 +183,13 @@
<widget name="key_yellow" position="280,0" size="140,40" backgroundColor="yellow" font="Arial;21" />
<widget name="key_blue" position="420,0" size="140,40" backgroundColor="blue" font="Arial;21" />
</screen>
+ <screen name="SimpleChannelSelection" position="90,98" size="560,417" title="Channel Selection">
+ <widget name="list" position="10,45" size="540,364" />
+ <widget name="key_red" position="0,0" size="140,40" backgroundColor="red" font="Arial;21" />
+ <widget name="key_green" position="140,0" size="140,40" backgroundColor="green" font="Arial;21" />
+ <widget name="key_yellow" position="280,0" size="140,40" backgroundColor="yellow" font="Arial;21" />
+ <widget name="key_blue" position="420,0" size="140,40" backgroundColor="blue" font="Arial;21" />
+ </screen>
<screen name="EPGSelection" position="90,100" size="560,415" title="EPG Selection">
<widget name="list" position="10,5" size="550,400" />
</screen>