diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-04-12 19:50:53 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-04-12 19:50:53 +0000 |
| commit | ead18eb53880ecff8c41fa2e2db7ae87e2b950de (patch) | |
| tree | b48af59c16a7080aa37682627c578c9f19674384 /lib/python/Components/TimerList.py | |
| parent | daa673f3b6bc40c4d1251335e233ffb1956f1722 (diff) | |
| download | enigma2-ead18eb53880ecff8c41fa2e2db7ae87e2b950de.tar.gz enigma2-ead18eb53880ecff8c41fa2e2db7ae87e2b950de.zip | |
follow itemHeight changes
Diffstat (limited to 'lib/python/Components/TimerList.py')
| -rw-r--r-- | lib/python/Components/TimerList.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/TimerList.py b/lib/python/Components/TimerList.py index d2ccbb9c..c732e947 100644 --- a/lib/python/Components/TimerList.py +++ b/lib/python/Components/TimerList.py @@ -71,6 +71,7 @@ class TimerList(HTMLComponent, GUIComponent, object): self.l.setList(list) self.l.setFont(0, gFont("Regular", 20)) self.l.setFont(1, gFont("Regular", 18)) + self.l.setItemHeight(70) def getCurrent(self): return self.l.getCurrentSelection() @@ -79,7 +80,6 @@ class TimerList(HTMLComponent, GUIComponent, object): def postWidgetCreate(self, instance): instance.setContent(self.l) - instance.setItemHeight(70) def moveToIndex(self, index): self.instance.moveSelectionTo(index) |
