coretk - updated pipfile to install as editable, added convenient run script, updated images to load assuming local path
This commit is contained in:
parent
00a37cbb6f
commit
8682f01fdc
5 changed files with 28 additions and 7 deletions
|
@ -20,7 +20,6 @@ class Application(tk.Frame):
|
|||
def setup_app(self):
|
||||
self.master.title("CORE")
|
||||
self.master.geometry("800x600")
|
||||
self.master.state("zoomed")
|
||||
image = Images.get("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