updated sessions dialog to use common dialog base, cleaned up code and made widgets expandable

This commit is contained in:
bharnden 2019-10-31 23:17:26 -07:00
parent f0c32304db
commit 01d3a3158a
11 changed files with 250 additions and 290 deletions

View file

@ -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)