CustomTkinter
CustomTkinter copied to clipboard
Geometry positioning bugged
Hi,
writing a code like this
self.geometry("400x170-0-0")
puts the window in the top left, as does +0+0, but it should place it in the lower right, which would be considered standard Tkinter behavior.
Can this be changed? I do not want to start calculating for such easy things