Mercurial > code > home > repos > light9
diff bin/curvecalc @ 745:62f99e2a00ac
updates for screen size
Ignore-this: 88a81b44e30b3cb9033fe86bc7672846
author | drewp@bigasterisk.com |
---|---|
date | Fri, 15 Jun 2012 17:53:59 +0000 |
parents | 3d1112a894df |
children | 5656767ca025 |
line wrap: on
line diff
--- a/bin/curvecalc Fri Jun 15 16:38:08 2012 +0000 +++ b/bin/curvecalc Fri Jun 15 17:53:59 2012 +0000 @@ -63,11 +63,11 @@ mainwin.connect("delete-event", lambda *args: reactor.crash()) mainwin.set_title("curvecalc - %s" % graph.label(song)) - mainwin.parse_geometry("715x930+1080+26") + mainwin.parse_geometry("715x930-0+24") # 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 - mainwin.set_size_request(1000, 1000) + mainwin.set_size_request(1678, 922) wtree.get_object("subterms").connect("add", self.onSubtermChildAdded) self.add_subterms_for_song(song, curveset, subterms)