add a very complex advanced sat config
[enigma2.git] / data / skin.xml
index 8b10af5a2f1935e0a44529edc09633756fc2c9cf..3d63c60d9f1bb62bc3bda521decab682d21775f7 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="560,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" />
                        <widget name="key_yellow" position="280,0" size="140,40" backgroundColor="yellow" font="Regular;21" />
                        <widget name="key_blue" position="420,0" size="140,40" backgroundColor="blue" font="Regular;21" />
                </screen>
-               <screen name="EPGSelection" position="90,100" size="560,415" title="EPG Selection">
-                       <widget name="list" position="0,40" size="560,370" scrollbarMode="showOnDemand" />
+               <screen name="EPGSelection" position="90,100" size="560,420" title="EPG Selection">
+                       <widget name="list" position="0,40" size="560,375" scrollbarMode="showOnDemand" />
                        <widget name="key_red" position="0,0" size="140,30" backgroundColor="red" font="Regular;21" />
                        <widget name="key_green" position="140,0" size="140,30" backgroundColor="green" font="Regular;21" />
                        <widget name="key_yellow" position="280,0" size="140,30" backgroundColor="yellow" font="Regular;21" />
@@ -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