# HG changeset patch
# User drewp@bigasterisk.com
# Date 2012-06-16 02:00:03
# Node ID 857aab04f7bd5cb9354671306f85e26d0580e3db
# Parent 634e8a3ebd0afe28a022976b2b44592f6c8b5acb
CC layout to fit more curves
Ignore-this: d7f2bf80e85da0c969605cac0355fbb5
diff --git a/bin/curvecalc b/bin/curvecalc
--- a/bin/curvecalc
+++ b/bin/curvecalc
@@ -70,6 +70,7 @@ class Main(object):
# but it's a minimum size, which i don't really want
mainwin.set_size_request(1678, 922)
+
wtree.get_object("subterms").connect("add", self.onSubtermChildAdded)
self.add_subterms_for_song(song, curveset, subterms)
self.refreshCurveView()
@@ -87,6 +88,9 @@ class Main(object):
mainwin.forall(connect) # not very effective
connect(wtree.get_object("subterms")) # works for that area
+ # may not work
+ wtree.get_object("paned1").set_position(600)
+
def onDataReceived(self, widget, context, x, y, selection,
targetType, time):
uri = URIRef(selection.data.strip())
diff --git a/light9/curvecalc/curvecalc.glade b/light9/curvecalc/curvecalc.glade
--- a/light9/curvecalc/curvecalc.glade
+++ b/light9/curvecalc/curvecalc.glade
@@ -300,6 +300,7 @@
600
True
True
+ 600
-
@@ -668,18 +632,7 @@
-
- True
- True
- False
- word
- help
-
-
- False
- False
- 3
-
+