diff --git a/flax/dmxchanedit.py b/flax/dmxchanedit.py --- a/flax/dmxchanedit.py +++ b/flax/dmxchanedit.py @@ -34,7 +34,7 @@ class Onelevel(tk.Frame): # text description of channel self.desc_lab=tk.Label(self, text=Patch.get_channel_name(channelnum), - width=8, font=stdfont, anchor='w', + width=14, font=stdfont, anchor='w', padx=0, pady=0, bd=0, height=1, bg='black', fg='white') self.desc_lab.pack(side='left')