aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/StartWizard.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-21 00:00:07 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-21 00:00:07 +0000
commit4cc1f7a05166715c19c965e3bbbe74a43835a754 (patch)
treec71e76447af9af1dfa2f049890e39bac4d5b7295 /lib/python/Screens/StartWizard.py
parent2be64a9bb186ac02e095d65e627fcb499df8606b (diff)
downloadenigma2-4cc1f7a05166715c19c965e3bbbe74a43835a754.tar.gz
enigma2-4cc1f7a05166715c19c965e3bbbe74a43835a754.zip
translate the movie player
Diffstat (limited to 'lib/python/Screens/StartWizard.py')
-rw-r--r--lib/python/Screens/StartWizard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/StartWizard.py b/lib/python/Screens/StartWizard.py
index 81856ceb..f96d38d1 100644
--- a/lib/python/Screens/StartWizard.py
+++ b/lib/python/Screens/StartWizard.py
@@ -9,7 +9,7 @@ config.misc.firstrun = configElementBoolean("config.misc.firstrun", 1);
class StartWizard(Wizard):
skin = """
- <screen position="0,0" size="720,560" title="Welcome..." flags="wfNoBorder" >
+ <screen position="0,0" size="720,576" title="Welcome..." flags="wfNoBorder" >
<widget name="text" position="153,50" size="340,270" font="Arial;23" />
<widget name="list" position="50,300" zPosition="1" size="440,200" />
<widget name="config" position="50,300" zPosition="1" size="440,200" transparent="1" />