Changeset - d3f6830f55a2
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 13 years ago 2012-06-16 23:46:21
drewp@bigasterisk.com
stop output entry box bouncing around
Ignore-this: 6ecd3e9ca8364290ea1649ea10a4c88e
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/curvecalc
Show inline comments
 
@@ -229,7 +229,7 @@ class Main(object):
 
            ('output levels',
 
             lambda levels: textwrap.fill("; ".join(["%s:%.2f"%(n,v)
 
                                                     for n,v in
 
                                                     levels.items()[:5]
 
                                                     levels.items()[:2]
 
                                                     if v>0]),70)),
 
            ('update period', lambda t: "%.1fms"%(t*1000)),
 
            ('update status', lambda x: str(x)),
0 comments (0 inline, 0 general)