X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/4f46a90d789f28eb0ca156caeb2bb55136d8ac85..01f6932815a6a21ab46bb420be093685378b43dd:/lib/python/Components/PluginList.py diff --git a/lib/python/Components/PluginList.py b/lib/python/Components/PluginList.py index 93edf5ba..22db1ad2 100644 --- a/lib/python/Components/PluginList.py +++ b/lib/python/Components/PluginList.py @@ -18,8 +18,8 @@ RT_VALIGN_BOTTOM = 16 def PluginEntryComponent(picture, name, desc = "Plugin"): res = [ None ] - res.append((eListboxPythonMultiContent.TYPE_TEXT, 80, 5, 200, 25, 0, RT_HALIGN_LEFT , name)) - res.append((eListboxPythonMultiContent.TYPE_TEXT, 80, 26, 200, 17, 1, RT_HALIGN_LEFT , desc)) + res.append((eListboxPythonMultiContent.TYPE_TEXT, 80, 5, 300, 25, 0, RT_HALIGN_LEFT , name)) + res.append((eListboxPythonMultiContent.TYPE_TEXT, 80, 26, 300, 17, 1, RT_HALIGN_LEFT , desc)) png = loadPNG(picture) if png == None: png = loadPNG(resolveFilename(SCOPE_SKIN_IMAGE, "/plugin.png"))