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
|
@ -41,13 +41,12 @@ class Toolbar(ttk.Frame):
|
|||
Core toolbar class
|
||||
"""
|
||||
|
||||
def __init__(self, master: "Application", app: "Application", **kwargs):
|
||||
def __init__(self, master: tk.Widget, app: "Application", **kwargs):
|
||||
"""
|
||||
Create a CoreToolbar instance
|
||||
"""
|
||||
super().__init__(master, **kwargs)
|
||||
self.app = app
|
||||
self.master = app.master
|
||||
self.time = None
|
||||
|
||||
# design buttons
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue