fix clipping
[enigma2.git] / lib / python / Components / HelpMenuList.py
index c7035cb9c0242fa64c997fc9292a2926ed73e14f..521496b69ab3e753c3c4f9297d6f294cff2ae953 100644 (file)
@@ -37,8 +37,8 @@ class HelpMenuList(GUIComponent):
                                if not first:
                                        buttonstring = "You can also press " + buttonstring + "."
 
-                               entry.append( (eListboxPythonMultiContent.TYPE_TEXT, 0, 0, 200, 36, 0, 0, help) )
-                               entry.append( (eListboxPythonMultiContent.TYPE_TEXT, 0, 40, 200, 20, 1, 0, buttonstring) )
+                               entry.append( (eListboxPythonMultiContent.TYPE_TEXT, 0, 0, 550, 36, 0, 0, help) )
+                               entry.append( (eListboxPythonMultiContent.TYPE_TEXT, 0, 40, 550, 20, 1, 0, buttonstring) )
                                
                                l.append(entry)