Skip to content

Commit

Permalink
push version to v1.34
Browse files Browse the repository at this point in the history
  • Loading branch information
jessielw committed Feb 10, 2022
1 parent aef2062 commit baf01a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HDR-Multi-Tool-Gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def root_exit_function(): # Asks if user wants to close main GUI + close all ta


root = TkinterDnD.Tk() # Main GUI with TkinterDnD function (for drag and drop)
root.title("HDR-Multi-Tool-Gui v1.33")
root.title("HDR-Multi-Tool-Gui v1.34")
root.iconphoto(True, PhotoImage(file="Runtime/Images/hdrgui.png"))
root.configure(background="#434547")
window_height = 400
Expand Down

0 comments on commit baf01a4

Please sign in to comment.