Mercurial > code > home > repos > light9
changeset 613:54341e5e8d82
curvecalc default height
Ignore-this: b9cf335d254435112f13dfeeebc10de3
author | drewp@bigasterisk.com |
---|---|
date | Tue, 22 Jun 2010 00:49:49 +0000 |
parents | 20bca660fca9 |
children | 11695f8ebbc0 |
files | bin/curvecalc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/curvecalc Mon Jun 21 23:01:10 2010 +0000 +++ b/bin/curvecalc Tue Jun 22 00:49:49 2010 +0000 @@ -516,7 +516,7 @@ 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)