make use of fallback files in Tools.Directories when file or path is not in place
[enigma2.git] / data / skin.xml
index 602ab247372cb0bd3c753ee0bdcdf40a1fc16075..586df14b8030ebf1124c2554b2dab05219245d15 100644 (file)
                        <widget name="entries" position="20,70" size="320,150" scrollbarMode="showOnDemand" />
                        <widget name="bottom" position="20,230" size="320,25" font="Regular;23" />
                </screen>
-               <screen name="NimSetup" position="130,165" size="440,250" title="Satconfig">
-                       <widget name="config" position="20,10" size="400,220" />
-               </screen>
-               <screen name="Satconfig" position="140,125" size="460,280" title="Satconfig">
-                       <widget name="config" position="10,50" size="420,150" scrollbarMode="showOnDemand" />
+               <screen name="NimSetup" position="70,70" size="580,480" title="Satconfig">
+                       <widget name="config" position="20,10" size="550,450" scrollbarMode="showOnDemand" />
                </screen>
                <screen name="ScanSetup" position="90,100" size="520,400" title="Service scan">
                        <widget name="config" position="20,10" size="460,350" scrollbarMode="showOnDemand" />
@@ -290,7 +287,7 @@ textsize = (textsize[0] + 50, textsize[1] + 50)
 offset = 0
 if self.type == self.TYPE_YESNO:
        offset = 60
-wsizex = textsize[0] + offset
+wsizex = textsize[0] + 60
 wsizey = textsize[1] + offset
 if (280 > wsizex):
        wsizex = 280