X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/daa673f3b6bc40c4d1251335e233ffb1956f1722..ead18eb53880ecff8c41fa2e2db7ae87e2b950de:/lib/python/Components/PluginList.py?ds=sidebyside diff --git a/lib/python/Components/PluginList.py b/lib/python/Components/PluginList.py index fd988065..07a71748 100644 --- a/lib/python/Components/PluginList.py +++ b/lib/python/Components/PluginList.py @@ -52,9 +52,9 @@ class PluginList(MenuList, HTMLComponent, GUIComponent): self.l.setList(list) self.l.setFont(0, gFont("Regular", 20)) self.l.setFont(1, gFont("Regular", 14)) + self.l.setItemHeight(50) GUI_WIDGET = eListbox def postWidgetCreate(self, instance): instance.setContent(self.l) - instance.setItemHeight(50)