-
Notifications
You must be signed in to change notification settings - Fork 7
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
Remember the window size #31
Comments
Well, starting the application with a 400x400 window indeed isn't a good option. Until your suggestion ("remembering" window size) is properly implemented, I suggest starting the main window maximized (it is already better than starting too small). Adding the line this->maximize() at the bottom of the constructor is sufficient for this matter.
|
Yeah, I'm aware of this pesky situation. I was planning on adding this and another bunch of new features in the next major release. But if this is something that may be inconvenient for some users, we can add a temporary solution, like the one mentioned by @leandromattioli |
This issue is now solved in Progress 2.0 #26 |
The app always starts as a small square window, only one board link is visible.
You need to change the window size every time to see all boards and all columns in a board.
Remembering the last windows size would be good.
The text was updated successfully, but these errors were encountered: