updated sessions dialog to use common dialog base, cleaned up code and made widgets expandable
This commit is contained in:
parent
f0c32304db
commit
01d3a3158a
11 changed files with 250 additions and 290 deletions
|
@ -40,7 +40,7 @@ class Application(tk.Frame):
|
|||
def setup_app(self):
|
||||
self.master.title("CORE")
|
||||
self.master.geometry("1000x800")
|
||||
image = Images.get(ImageEnum.CORE.value)
|
||||
image = Images.get(ImageEnum.CORE)
|
||||
self.master.tk.call("wm", "iconphoto", self.master._w, image)
|
||||
self.pack(fill=tk.BOTH, expand=True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue