diff bin/curvecalc @ 752:20d6884478bc

fixes for machine swap Ignore-this: 1a47409cd2ccefc2997955488366f414
author drewp@bigasterisk.com
date Fri, 15 Jun 2012 20:50:20 +0000
parents 5656767ca025
children 5f384443e3ed
line wrap: on
line diff
--- a/bin/curvecalc	Fri Jun 15 20:49:57 2012 +0000
+++ b/bin/curvecalc	Fri Jun 15 20:50:20 2012 +0000
@@ -64,7 +64,7 @@
 
         mainwin.connect("delete-event", lambda *args: reactor.crash())
         mainwin.set_title("curvecalc - %s" % graph.label(song))
-        mainwin.parse_geometry("715x930-0+24")
+        mainwin.parse_geometry("1x1-0+0")
 
         # this is the only one i found that would set the size right,
         # but it's a minimum size, which i don't really want