diff options
Diffstat (limited to 'lib/python/Components/ParentalControlList.py')
| -rw-r--r-- | lib/python/Components/ParentalControlList.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/ParentalControlList.py b/lib/python/Components/ParentalControlList.py index 02e88002..db8fd8e2 100644 --- a/lib/python/Components/ParentalControlList.py +++ b/lib/python/Components/ParentalControlList.py @@ -23,6 +23,7 @@ class ParentalControlList(MenuList, HTMLComponent, GUIComponent): self.list = list self.l.setList(list) self.l.setFont(0, gFont("Regular", 20)) + self.l.setItemHeight(32) GUI_WIDGET = eListbox @@ -32,7 +33,6 @@ class ParentalControlList(MenuList, HTMLComponent, GUIComponent): def postWidgetCreate(self, instance): instance.setContent(self.l) - instance.setItemHeight(32) def toggleSelectedLock(self): print "self.l.getCurrentSelection():", self.l.getCurrentSelection() |
