mirror of https://github.com/python/cpython.git
bpo-33987: Use ttk Label on IDLE statusbar (GH-22941)
(cherry picked from commit e53e54425d
)
Co-authored-by: Mark Roseman <mark@markroseman.com>
This commit is contained in:
parent
c17f63fae5
commit
4efd2defb8
|
@ -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