From: Fraxinas Date: Sun, 14 Dec 2008 00:22:59 +0000 (+0100) Subject: Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2 X-Git-Tag: 2.6.0~543 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/56ac7a4a764a4251a851778df09967405aa9a930?hp=b833353b5285a547eb18c079aa860c9ee2765d6e Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2 --- diff --git a/lib/python/Plugins/Extensions/DVDBurn/TitleList.py b/lib/python/Plugins/Extensions/DVDBurn/TitleList.py index dfb037cc..749f80eb 100644 --- a/lib/python/Plugins/Extensions/DVDBurn/TitleList.py +++ b/lib/python/Plugins/Extensions/DVDBurn/TitleList.py @@ -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