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:
Miss Skeleton (bot) 2020-10-24 16:53:34 -07:00 committed by GitHub
parent c17f63fae5
commit 4efd2defb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
from tkinter import Label
from tkinter.ttk import Frame
from tkinter.ttk import Label, Frame
class MultiStatusBar(Frame):