- start on 'favourites' visual design. service listbox now configurable (in complex...
[enigma2.git] / skin.py
diff --git a/skin.py b/skin.py
index 67b461f17090591a8c049ed2968f3b0933b2fd27..7d24441dbb7a26a9b4548c52aeca681316d633fb 100644 (file)
--- a/skin.py
+++ b/skin.py
@@ -20,7 +20,7 @@ dom = xml.dom.minidom.parseString(
                <colors>
                        <color name="white"     value="#ffffff" />
                        <color name="black"     value="#000000" />
-                       <color name="dark"      value="#294a6b" />
+                       <color name="dark"      value="#20294a6b" />
                        
                        <color name="red"               value="#ff0000" />
                        <color name="green"     value="#00ff00" />
@@ -61,6 +61,9 @@ dom = xml.dom.minidom.parseString(
                        <widget name="txt_var_2" position="20,60" size="100,20" />
                        <widget name="btn_var_2" position="110,60" size="200,20" />
                </screen>
+               <screen name="Setup" position="140,125" size="460,350" title="RCU Setup">
+                       <widget name="config" position="10,30" size="280,140" />
+               </screen>
                <screen name="configOSD" position="140,125" size="460,350" title="OSD Settings">
                        <widget name="okbutton" position="20,245" size="205,40" />
                        <widget name="txt_alpha" position="20,20" size="110,20" />
@@ -94,7 +97,7 @@ dom = xml.dom.minidom.parseString(
 <!--                   <eLabel position="70,0" size="300,30" text=".oO skin Oo." font="Arial;20" /> -->
                </screen>
                <screen name="ChannelSelection" position="90,100" size="560,420" title="Channel Selection">
-                       <widget name="list" position="0,50" size="560,340" />
+                       <widget name="list" position="0,50" size="560,320" />
 <!--                   <widget name="okbutton" position="340,50" size="140,30" />-->
                        <widget name="key_red" position="0,0" size="140,40" backgroundColor="red" />
                        <widget name="key_green" position="140,0" size="140,40" backgroundColor="green" />