aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-11-10 21:25:52 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-11-10 21:25:52 +0000
commitb59c62ccf0f4deb5c603b4b3a9c39812bce3523c (patch)
tree40f9cebcaab08704214de929d70f7f68f0f1da83 /data
parent2bc0cb62106dd22ff2408ec0784c881d90a622c0 (diff)
downloadenigma2-b59c62ccf0f4deb5c603b4b3a9c39812bce3523c.tar.gz
enigma2-b59c62ccf0f4deb5c603b4b3a9c39812bce3523c.zip
epglist is now working
Diffstat (limited to 'data')
-rw-r--r--data/skin.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/data/skin.xml b/data/skin.xml
index 21f735b4..cc066f79 100644
--- a/data/skin.xml
+++ b/data/skin.xml
@@ -154,7 +154,10 @@
<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="MovieSelection" position="150,100" size="400,420" title="Select-a-movie">
+ <screen name="EPGSelection" position="90,100" size="560,400" title="EPG Selection">
+ <widget name="list" position="0,0" size="560,400" />
+ </screen>
+ <screen name="MovieSelection" position="150,100" size="400,420" title="Select-a-movie">
<widget name="list" position="0,50" size="400,300" />
<widget name="freeDiskSpace" position="0,360" size="400,40" />
</screen>