Mercurial > code > home > repos > light9
diff light8/panels.py @ 67:0bf7e664f913
window pos saving
author | dmcc |
---|---|
date | Tue, 09 Jul 2002 09:27:47 +0000 |
parents | 8b6befd8b97e |
children | 57b3c454465a |
line wrap: on
line diff
--- a/light8/panels.py Tue Jul 09 08:53:44 2002 +0000 +++ b/light8/panels.py Tue Jul 09 09:27:47 2002 +0000 @@ -28,7 +28,7 @@ class Console: def __init__(self,lightboard): print "Light 8: Everything's under control" - t=toplevelat(267,717,w=599,h=19) + t=toplevelat('console', lightboard.windowpos) self.frame = Frame(t) self.entry=Entry(self.frame) self.entry.pack(expand=1, fill='x')