CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

Geometry positioning bugged

Open crankedguy opened this issue 3 years ago • 0 comments

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

crankedguy avatar Nov 08 '22 11:11 crankedguy