diff options
| -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 70b08b33..d5f5d5ff 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -202,7 +202,7 @@ orgpos = self.instance.position() 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 |
