Issue #24750: whitespace

This commit is contained in:
Terry Jan Reedy 2015-11-16 07:36:22 -05:00
parent d36d817a84
commit 4932ac244f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class MultiStatusBar(Frame):
self.labels[name] = label
else:
label = self.labels[name]
if width != 0:
if width != 0:
label.config(width=width)
label.config(text=text)