Mercurial > code > home > repos > light9
diff flax/dmxchanedit.py @ 128:6dfe10a54fc4
new program to adjust indiv dmx channels and save the settings as new submasters
author | drewp |
---|---|
date | Sat, 14 Jun 2003 14:50:31 +0000 |
parents | 45b12307c695 |
children | 79bc84310e80 |
line wrap: on
line diff
--- a/flax/dmxchanedit.py Sat Jun 14 14:49:04 2003 +0000 +++ b/flax/dmxchanedit.py Sat Jun 14 14:50:31 2003 +0000 @@ -10,7 +10,7 @@ sys.path.append("../light8") import Patch from uihelpers import make_frame, colorlabel, eventtoparent -from dispatch import dispatcher +import dispatcher stdfont = ('Arial', 10) @@ -34,7 +34,7 @@ # text description of channel self.desc_lab=tk.Label(self, text=Patch.get_channel_name(channelnum), - width=14, font=stdfont, anchor='w', + width=8, font=stdfont, anchor='w', padx=0, pady=0, bd=0, height=1, bg='black', fg='white') self.desc_lab.pack(side='left')