prettify MultiContent TitleList
authorFraxinas <andreas.frisch@multimedia-labs.de>
Sun, 14 Dec 2008 00:21:31 +0000 (01:21 +0100)
committerFraxinas <andreas.frisch@multimedia-labs.de>
Sun, 14 Dec 2008 00:21:31 +0000 (01:21 +0100)
lib/python/Plugins/Extensions/DVDBurn/TitleList.py

index dfb037cc9c2c4e14e31345f4cfee0cea377468a7..749f80eb3ab2986e2fd3e31a2240e66700166a67 100644 (file)
@@ -230,7 +230,7 @@ class TitleList(Screen, HelpableScreen):
                res = [ ]
                totalsize = 0
                for title in self.project.titles:
-                       a = [ title, (eListboxPythonMultiContent.TYPE_TEXT, 0, 10, 500, 50, 0, RT_HALIGN_LEFT, title.properties.menutitle.getValue())  ]
+                       a = [ title, (eListboxPythonMultiContent.TYPE_TEXT, 0, 5, 500, 25, 0, RT_HALIGN_LEFT, title.properties.menutitle.getValue())  ]
                        res.append(a)
                        totalsize += title.estimatedDiskspace
                self["titles"].list = res