pygui: simplified toolbar constructor, since there is no need for something more complicated
This commit is contained in:
parent
ee5d5b9864
commit
0dcfcbf4ea
2 changed files with 3 additions and 3 deletions
|
@ -104,7 +104,7 @@ class Application(ttk.Frame):
|
|||
self.rowconfigure(0, weight=1)
|
||||
self.columnconfigure(1, weight=1)
|
||||
self.grid(sticky="nsew")
|
||||
self.toolbar = Toolbar(self, self)
|
||||
self.toolbar = Toolbar(self)
|
||||
self.toolbar.grid(sticky="ns")
|
||||
self.right_frame = ttk.Frame(self)
|
||||
self.right_frame.columnconfigure(0, weight=1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue