Mercurial > code > home > repos > light9
diff light8/rsn.py @ 30:e9d2e7754fd9
sideways subs, new x/y buttons (which don't draw right, but they work)
author | drewp |
---|---|
date | Sun, 07 Jul 2002 10:48:38 +0000 |
parents | f595fdd4c548 |
children | d9a0f6c88b39 |
line wrap: on
line diff
--- a/light8/rsn.py Sun Jul 07 10:41:06 2002 +0000 +++ b/light8/rsn.py Sun Jul 07 10:48:38 2002 +0000 @@ -23,7 +23,7 @@ root = Tk() root.wm_title(window_title) -root.wm_geometry('+447+373') +root.wm_geometry('+462+470') root.tk_focusFollowsMouse() import Subs, Patch @@ -53,13 +53,13 @@ for w in self.master.winfo_children(): w.destroy() - stage_tl = toplevelat(165,90) + stage_tl = toplevelat(65,37) s = stage.Stage(stage_tl) stage.createlights(s) s.pack() sub_tl = toplevelat(0,0) - effect_tl = toplevelat(0,352) + effect_tl = toplevelat(462,4) self.xfader = Xfader(self.scalelevels)