bpo-33987: Use ttk Label on IDLE statusbar (GH-22941)
This commit is contained in:
parent
be3c3a0e46
commit
e53e54425d
|
@ -1,5 +1,4 @@
|
|||
from tkinter import Label
|
||||
from tkinter.ttk import Frame
|
||||
from tkinter.ttk import Label, Frame
|
||||
|
||||
|
||||
class MultiStatusBar(Frame):
|
||||
|
|
Loading…
Reference in New Issue