You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 30, 2023. It is now read-only.
At the moment the main window of the program have a fixed witdth and height. Depending on the resolution and composition of the users desktop this might not be ideal in all cases.
Solution
It would be nice if the main window was resizable, preferebly by draging the edges of the window, just like most other Windows programs.
Maybe a lower limit have to be set for the width and height of the window so that the UI elements still look ok.
Plan B
I think the above solution probably is easier to implement. But if you for some reason don't want it that way, another option is to set the window size from a config file.