pygui updated main app frame to use grid layout like everything else
This commit is contained in:
parent
be70c5383e
commit
b858e66c49
8 changed files with 60 additions and 38 deletions
|
@ -13,7 +13,7 @@ if TYPE_CHECKING:
|
|||
|
||||
|
||||
class StatusBar(ttk.Frame):
|
||||
def __init__(self, master: "Application", app: "Application", **kwargs):
|
||||
def __init__(self, master: tk.Widget, app: "Application", **kwargs):
|
||||
super().__init__(master, **kwargs)
|
||||
self.app = app
|
||||
self.status = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue