Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Remember resizing #142

Open
Searinox opened this issue May 28, 2022 · 1 comment
Open

Feature request: Remember resizing #142

Searinox opened this issue May 28, 2022 · 1 comment

Comments

@Searinox
Copy link

Searinox commented May 28, 2022

I mean this with priority to major separators and window size-related stuff, though would be nice if later on it also addresses table columns. Should save these values in the config file and attempt to resize itself when it's relaunched. If for some reason it can't(DPI changed size constraints, window out of bounds, lower screen resolution won't allow it etc.) it should revert either to default size or closest possible(minimum, maximum).

@zlatinb
Copy link
Owner

zlatinb commented May 28, 2022

The main frame should already be remembering the resizing across restarts (properties mainFrameX and mainFrameY in gui.properties file). For modal dialogs like Options that can be done relatively easily, but for non-modal dialogs where you can create multiple instances of a window (for example compose message) I'm not sure where to pick the latest values from. Regarding separators I'll need to take a look. Table columns should definitely doable.

However overall I consider this low priority so I don't promise when it's going to be done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants