diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-11-15 02:03:09 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-11-15 02:03:09 +0000 |
| commit | c8a12f9ebbc6e93e640c0bb7634c2ef8f3f250bc (patch) | |
| tree | 22032dd39d7478c7d5c66d8bec39625772f72f14 | |
| parent | cc994045fbe2fb8c320c96aa94b050fc67af6ffb (diff) | |
| download | enigma2-c8a12f9ebbc6e93e640c0bb7634c2ef8f3f250bc.tar.gz enigma2-c8a12f9ebbc6e93e640c0bb7634c2ef8f3f250bc.zip | |
fix message size
| -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 |
