diff bin/curvecalc @ 264:0f112a7dd6b3

fix window positoins for subcomposer and curvecalc. now saves geometry continuously
author drewp@bigasterisk.com
date Thu, 16 Jun 2005 22:33:27 +0000
parents 4e7d40c6aa42
children 9de7bbf50267
line wrap: on
line diff
--- a/bin/curvecalc	Thu Jun 16 22:32:29 2005 +0000
+++ b/bin/curvecalc	Thu Jun 16 22:33:27 2005 +0000
@@ -18,7 +18,8 @@
 from light9.TLUtility import make_attributes_from_args
 from light9.zoomcontrol import Zoomcontrol
 from light9.curve import Curve, Curveview, Curveset, Curvesetview
-from light9.wavelength import wavelength 
+from light9.wavelength import wavelength
+from light9.uihelpers import toplevelat
 
 class Music:
     def __init__(self):
@@ -222,7 +223,7 @@
 #######################################################################
 root=tk.Tk()
 root.tk_setPalette("gray50")
-root.wm_geometry("1120x850")
+toplevelat("curvecalc",root)
 root.tk_focusFollowsMouse()
 
 parser = optparse.OptionParser()