Issue #24750: whitespace
This commit is contained in:
parent
d36d817a84
commit
4932ac244f
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue