💻🧭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
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
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.
Good First Issue for people with some experience with the.geometry() or other functions just like in
tkinter
module. (Notecustomtkinter
module used here is based ontkinter
so you can still calltkinter
)We have below top-level windows
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.