Skip to content

Commit 4efd2de

Browse files
bpo-33987: Use ttk Label on IDLE statusbar (GH-22941)
(cherry picked from commit e53e544) Co-authored-by: Mark Roseman <[email protected]>
1 parent c17f63f commit 4efd2de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/idlelib/statusbar.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from tkinter import Label
2-
from tkinter.ttk import Frame
1+
from tkinter.ttk import Label, Frame
32

43

54
class MultiStatusBar(Frame):

0 commit comments

Comments
 (0)