cmdCompass icon indicating copy to clipboard operation
cmdCompass copied to clipboard

Top level windows should be centered reletive to the application's main window.

Open johnwangwyx opened this issue 8 months ago • 2 comments

Good First Issue for people with some experience with the tkinter module. (Note customtkinter module used here is based on tkinter so you can still call <top_window>.geometry() or other functions just like in tkinter)

We have below top-level windows image

They are currently opened from fixed positions on the screen and are not necessarily close to the application's main window (especially if the user moved the application window to another position on the screen after it is launched). We want to open them from positions relative to the main window.

image

johnwangwyx avatar Jun 06 '24 05:06 johnwangwyx