# HG changeset patch # User Drew Perttula # Date 2014-06-03 08:27:49 # Node ID 9ea123a24320a0561b4b00fe5fc3fa9ff795de3f # Parent 4511c7c5fb0ee1b7f6b0eaa9c3df2e1a9598537d CC drop old window geo code Ignore-this: 95d8562fb346a6aa02d8c9b32f66a5d1 diff --git a/bin/curvecalc b/bin/curvecalc --- a/bin/curvecalc +++ b/bin/curvecalc @@ -74,11 +74,6 @@ class Main(object): 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