translate the movie player
[enigma2.git] / lib / python / Screens / StartWizard.py
index 81856ceb371bbf7648abe3732e1ed7bc612b7ed2..f96d38d1f03bcc447c66de000d9e59c755454b75 100644 (file)
@@ -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" />