aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-12 10:11:57 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-12 10:11:57 +0000
commit3a3ce2b7a414e90b7c611bc0689541fabbea9057 (patch)
tree8e57b80ecc3a2cf5734ef58427c5833f427cb462 /data
parentcfa6562f66863d56a9f767c21a8b84f0c9317f7a (diff)
downloadenigma2-3a3ce2b7a414e90b7c611bc0689541fabbea9057.tar.gz
enigma2-3a3ce2b7a414e90b7c611bc0689541fabbea9057.zip
add colorbuttons to TimerEditList
Diffstat (limited to 'data')
-rw-r--r--data/skin.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/data/skin.xml b/data/skin.xml
index dc091764..0d3c3347 100644
--- a/data/skin.xml
+++ b/data/skin.xml
@@ -115,9 +115,12 @@
<screen name="configTest" position="300,100" size="300,300" title="config menu">
<widget name="config" position="10,30" size="420,220" />
</screen>
-<!-- <screen name="TimerEditList" position="160,100" size="420,430" title="Timer Editor">-->
- <screen name="TimerEditList" position="70,100" size="500,400" title="Timer Editor">
- <widget name="timerlist" position="10,30" size="480,300" />
+ <screen name="TimerEditList" position="70,100" size="560,400" title="Timer Editor">
+ <widget name="timerlist" position="10,50" size="520,300" />
+ <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="clockDisplay" position="300,100" size="300,300">
<widget name="okbutton" position="10,10" size="280,40" />