Mercurial > code > home > repos > light9
diff light9/dmxchanedit.py @ 1264:74de46bdac56
tk font sizes
Ignore-this: f05e84b47c90f00d67922dd8777fdbba
author | drewp@bigasterisk.com |
---|---|
date | Sun, 14 Jun 2015 03:19:27 +0000 |
parents | dc86936969d8 |
children | 7772cc48e016 |
line wrap: on
line diff
--- a/light9/dmxchanedit.py Sun Jun 14 02:31:01 2015 +0000 +++ b/light9/dmxchanedit.py Sun Jun 14 03:19:27 2015 +0000 @@ -23,7 +23,7 @@ from decimal import Decimal from light9.namespaces import L9 log = logging.getLogger('dmxchanedit') -stdfont = ('Arial', 9) +stdfont = ('Arial', 7) def gradient(lev, low=(80,80,180), high=(255,55,50)): out = [int(l+lev*(h-l)) for h,l in zip(high,low)]