fix message size
authorFelix Domke <tmbinc@elitedvb.net>
Tue, 15 Nov 2005 02:03:09 +0000 (02:03 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Tue, 15 Nov 2005 02:03:09 +0000 (02:03 +0000)
data/skin.xml

index 70b08b336e5df996c2ef1726c966aface4ac212a..d5f5d5ff80cb50b939a77c279ba8b54e41dd83a3 100644 (file)
@@ -202,7 +202,7 @@ orgpos = self.instance.position()
 textsize = self["text"].getSize()
 
 # y size still must be fixed in font stuff...
 textsize = self["text"].getSize()
 
 # y size still must be fixed in font stuff...
-textsize = (textsize[0], textsize[1] + 20)
+textsize = (textsize[0], textsize[1] + 50)
 wsize = (textsize[0] + 50, textsize[1] + 50)
 
 # resize 
 wsize = (textsize[0] + 50, textsize[1] + 50)
 
 # resize