From ead18eb53880ecff8c41fa2e2db7ae87e2b950de Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Thu, 12 Apr 2007 19:50:53 +0000 Subject: follow itemHeight changes --- lib/python/Components/MovieList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Components/MovieList.py') diff --git a/lib/python/Components/MovieList.py b/lib/python/Components/MovieList.py index dcd99fea..c3ec1b16 100644 --- a/lib/python/Components/MovieList.py +++ b/lib/python/Components/MovieList.py @@ -17,6 +17,7 @@ class MovieList(GUIComponent): self.l.setFont(1, gFont("Regular", 18)) self.l.setFont(2, gFont("Regular", 16)) self.l.setBuildFunc(self.buildMovieListEntry) + self.l.setItemHeight(75) # # | name of movie | @@ -68,7 +69,6 @@ class MovieList(GUIComponent): def postWidgetCreate(self, instance): instance.setContent(self.l) - instance.setItemHeight(75) def reload(self, root = None, filter_tags = None): if root is not None: -- cgit v1.2.3