adding erase functionality; adding brush shape option on the brush settings canvas
This commit is contained in:
@@ -69,7 +69,7 @@ class GUI:
|
||||
# Main window
|
||||
root = tk.Tk()
|
||||
root.title("Image Viewer")
|
||||
root.geometry("1100x700")
|
||||
root.geometry("1100x900")
|
||||
root.config(bg="white")
|
||||
icon = tk.PhotoImage(file='icon.png')
|
||||
root.tk.call('wm', 'iconphoto', root._w, icon)
|
||||
|
||||
Reference in New Issue
Block a user