remove hole
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Tue, 28 Feb 2006 09:26:51 +0000 (09:26 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Tue, 28 Feb 2006 09:26:51 +0000 (09:26 +0000)
lib/python/Plugins/Extensions/FileManager/plugin.py

index b7336457e388c9bdb2c9a661fd6fa235b9681ed4..05a19fc2cac3165fd63ab4cd4a1d60083bcc6af4 100644 (file)
@@ -16,7 +16,7 @@ class FileManager(Screen):
                <screen position="100,100" size="550,400" title="Test" >
                        <!--widget name="text" position="0,0" size="550,25" font="Regular;20" /-->
                        <widget name="list" position="10,0" size="190,250" scrollbarMode="showOnDemand" />
-                       <widget name="pixmap" position="200,0" size="190,250" />
+                       <widget name="pixmap" position="200,0" size="190,250" alphatest="on" />
                </screen>"""
        def __init__(self, session, args = None):
                self.skin = FileManager.skin