diff options
Diffstat (limited to 'lib/python/Components/PluginList.py')
| -rw-r--r-- | lib/python/Components/PluginList.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
