Mercurial > code > home > repos > light9
diff light8/Xfader.py @ 102:e04f7b552bcd
- scroll wheel works everywhere
- scroll wheel works everywhere
- interface is white on black
- subs that start scenes are white
- more status information, startup process kinda cleaned up
author | dmcc |
---|---|
date | Sun, 14 Jul 2002 08:01:24 +0000 |
parents | 71489bb71528 |
children |
line wrap: on
line diff
--- a/light8/Xfader.py Sun Jul 14 02:44:27 2002 +0000 +++ b/light8/Xfader.py Sun Jul 14 08:01:24 2002 +0000 @@ -45,7 +45,7 @@ def height(self): return int(self['height']) def setupwidget(self,parent): - Canvas.__init__(self,parent,width=150,height=150,bg="#ff0000") + Canvas.__init__(self,parent,width=150,height=150,bg="grey40") self.pack(side='bottom') self.create_rectangle(5,5,self.width()-5,self.height()-5) self.create_line(0,self.height()/2,150,self.height()/2)