diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-30 05:01:51 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-30 05:01:51 +0000 |
| commit | d4e7de836464117242bea65c7e192ff25dee2e46 (patch) | |
| tree | d90d23e80b8a3e5b75f530c0142a7a0b7966af36 /data | |
| parent | 212bb31204441e572b5e9ca6d68408787d5cbc41 (diff) | |
| download | enigma2-d4e7de836464117242bea65c7e192ff25dee2e46.tar.gz enigma2-d4e7de836464117242bea65c7e192ff25dee2e46.zip | |
fix messagebox width
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 602ab247..3d9d0463 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -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 |
