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

Auto-size the height or remember the window dimensions (width and height) #102

Open
nekohayo opened this issue Dec 26, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@nekohayo
Copy link

When opening directly with a file, ideally the default window size should be reasonable on the 1st run (i.e. make the application "usable out-of-the-box"), the window's size/maximization state should then be remembered for subsequent runs, and set before the window is shown.

Otherwise (or maybe in addition to that) it should remember what size I have set for the window to display more of its fields. It is annoying to resize the window each time I start the application with a document, especially since the small initial size does not efficiently use the space on high resolution screens (1920x1080 is common these days). That's extra work that the user should not have to do everytime.

Scrolling is annoying, we should treat the window like a physical object that retains its properties, etc.

Some tips on how to do so: https://developer.gnome.org/documentation/tutorials/save-state.html

@Diego-Ivan Diego-Ivan added the enhancement New feature or request label Dec 26, 2024
@Diego-Ivan Diego-Ivan self-assigned this Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants