Changeset - 9ea123a24320
[Not reviewed]
default
0 1 0
Drew Perttula - 11 years ago 2014-06-03 08:27:49
drewp@bigasterisk.com
CC drop old window geo code
Ignore-this: 95d8562fb346a6aa02d8c9b32f66a5d1
1 file changed with 0 insertions and 5 deletions:
0 comments (0 inline, 0 general)
bin/curvecalc
Show inline comments
 
@@ -71,17 +71,12 @@ class Main(object):
 
        mainwin.connect("delete-event", lambda *args: reactor.crash())
 
        def updateTitle():
 
            mainwin.set_title("curvecalc - %s" %
 
                              graph.label(
 
                                  graph.value(session, L9['currentSong'])))
 
        graph.addHandler(updateTitle)
 
        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
 
        mainwin.set_size_request(1678, 922)
 

	
 
        songChoice = Observable(None) # to be connected with the session song
 

	
 
        def setSong():
 
            songChoice(graph.value(session, L9['currentSong']))
 
            dispatcher.send("song_has_changed")
0 comments (0 inline, 0 general)