Geometry positioning bugged

Author: crankedguyCreated Nov 8, 2022Updated Jun 24, 2026
Labelsbug

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

Source: TomSchimansky/CustomTkinter