Added preview image and action buttons to UI

This commit is contained in:
Brett Williams
2023-05-31 20:14:18 -05:00
parent 93b42f2717
commit 4cb1bff76e
3 changed files with 90 additions and 13 deletions

View File

@@ -73,7 +73,7 @@ class NewJobWindow(Frame):
self.renderer_info = {}
self.priority = IntVar(value=2)
self.master.title("Schedule Job")
self.master.title("New Job")
self.pack(fill=BOTH, expand=True)
# project frame