# HG changeset patch # User drewp@bigasterisk.com # Date 2010-06-22 00:49:49 # Node ID 54341e5e8d8283682106648e7e4d0fa885e1872b # Parent 20bca660fca9fc70218417bf123d8ebf5b47e57e curvecalc default height Ignore-this: b9cf335d254435112f13dfeeebc10de3 diff --git a/bin/curvecalc b/bin/curvecalc --- a/bin/curvecalc +++ b/bin/curvecalc @@ -516,7 +516,7 @@ def main(): panes.pack(side='top', fill='both', expand=True) curvesetView = Curvesetview(panes.subwidget('curvesetView'), curveset, - height=400) + height=600) curvesetView.pack(fill='both', expand=True) subtermArea = tk.Frame(panes.subwidget('subterms'), height=100)