- listbox size gets recalculated at the correct position
[enigma2.git] / skin.py
diff --git a/skin.py b/skin.py
index 2986a4476f17223bdf7e24a7b336d2bc8ec5aaab..1fa565f2d16a0e299a06bce78bc5862858f8b3d5 100644 (file)
--- a/skin.py
+++ b/skin.py
@@ -46,6 +46,9 @@ dom = xml.dom.minidom.parseString(
                        <widget name="title" position="10,10" size="280,20" />
                        <widget name="menu" position="10,30" size="280,140" />
                </screen>
+               <screen name="configTest" position="300,100" size="300,300" title="config menu">
+                       <widget name="config" position="10,30" size="280,140" />
+               </screen>
                <screen name="clockDisplay" position="300,100" size="300,300">
                        <widget name="okbutton" position="10,10" size="280,40" />
                        <widget name="title" position="10,120" size="280,50" />
@@ -69,7 +72,6 @@ dom = xml.dom.minidom.parseString(
                <screen name="serviceScan" position="150,100" size="300,200" title="Service Scan">
                        <widget name="scan_progress" position="10,10" size="280,50" />
                        <widget name="scan_state" position="10,60" size="280,30" />
-                       <widget name="okbutton" position="10,100" size="280,40" />
                </screen>
        </skin>""")