From 25b529dd304871c705456047049dd29935f1ffe3 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Tue, 27 Jun 2006 09:33:42 +0000 Subject: add some skin fixes/extensions made by Nemesis (thanks for this) --- lib/python/Components/FileList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Components/FileList.py') diff --git a/lib/python/Components/FileList.py b/lib/python/Components/FileList.py index 0d8245c2..74117309 100644 --- a/lib/python/Components/FileList.py +++ b/lib/python/Components/FileList.py @@ -32,7 +32,7 @@ EXTENSIONS = { def FileEntryComponent(name, absolute = None, isDir = False): res = [ (absolute, isDir) ] - res.append((eListboxPythonMultiContent.TYPE_TEXT, 35, 1, 200, 20, 0, RT_HALIGN_LEFT, name)) + res.append((eListboxPythonMultiContent.TYPE_TEXT, 35, 1, 470, 20, 0, RT_HALIGN_LEFT, name)) if isDir: png = loadPNG(resolveFilename(SCOPE_SKIN_IMAGE, "extensions/directory.png")) else: -- cgit v1.2.3