diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/skin.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/skin.xml b/data/skin.xml index 50dcf150..a5e8c6d5 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -264,7 +264,7 @@ orgpos = self.instance.position() textsize = self["text"].getSize() # y size still must be fixed in font stuff... -textsize = (textsize[0], textsize[1] + 50) +textsize = (textsize[0] + 50, textsize[1] + 50) wsizex = textsize[0] + 50 wsizey = textsize[1] + 50 if (280 > wsizex): |
