johnwangwyx / cmdCompass

💻🧭cmdCompass is a cross-platform terminal command manager/notebook, enabling users to organize commands into collections, apply tags, define templates with dynamic variables, and view Linux Man (manual) pages with automatic command option highlighting
GNU General Public License v3.0
53 stars 5 forks source link

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

Open johnwangwyx opened 5 months ago

johnwangwyx commented 5 months ago

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 .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

DCRepublic commented 3 weeks ago

If this isn't already addressed in the new release, I'd be happy to work on this as well!

johnwangwyx commented 3 weeks ago

Sure, please go ahead.

Thanks!

DCRepublic commented 2 weeks ago

Started with this!

https://github.com/johnwangwyx/cmdCompass/pull/6