- fix segfault when there was no attached listbox
[enigma2.git] / skin.py
diff --git a/skin.py b/skin.py
index 67b461f17090591a8c049ed2968f3b0933b2fd27..2c1778e4d07f5d361f8f854e3016c5029eef4917 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" />