fix messagebox width
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Fri, 30 Dec 2005 05:01:51 +0000 (05:01 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Fri, 30 Dec 2005 05:01:51 +0000 (05:01 +0000)
data/skin.xml

index 602ab247372cb0bd3c753ee0bdcdf40a1fc16075..3d9d0463deda3de133e9e3afe2f71bead34a4d07 100644 (file)
@@ -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