fix messagebox width
[enigma2.git] / data / skin.xml
index 8b10af5a2f1935e0a44529edc09633756fc2c9cf..3d9d0463deda3de133e9e3afe2f71bead34a4d07 100644 (file)
                        <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 +290,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