-
-
Notifications
You must be signed in to change notification settings - Fork 650
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
Make dialogs resizable #6332
Comments
Specific request for the elements list: #946 |
Yes, separate PR's is fine, probably easier actually. Thanks! |
…ial size (nvaccess#6332)" This reverts commit 8ad6f04.
Issue: #6332 Make the input gesture dialog resizable. For resizable dialogs, setting an initial size on one of the controls in the dialog will affect the minimum size.
Make Dictionary Dialog resizable Issue: #6332
@JulienCochuyt As all your PR's related to this issue are now merged could you provide a status update for this one? What remains to be done? |
@lukaszgo1 wrote:
I still have a few of these in my bucket, but I'd thought it would wait for after #11006, unless GUI layout "fixes" might still be acceptable in the meantime. Notably, I did not post yet my tweaks on Elements Dialog resizing, Dictionary Entry fields aligning and expansion nor Speech and Braille viewers keyboard resizing and maximization. @feerrenrut, please let me know if you wish I post some of these or keep holding off. |
Thanks for your work on this @JulienCochuyt , but please hold off for now. Our goal is to get our list of non-draft unblocked PR's down to just a handful of the newest issues. Unfortunately the older PRs are often no longer maintained, or were never finished, and there are a few that might be questionable. |
Some of the dialogs would benefit from being resizable. Dialogs with list controls (single or multi-column) or tree views often have entries that are much bigger than the space allocated to them. This can make them more difficult to read. While ideally all dialogs would have a layout that finds the balance between ease to read and not looking oversized, a fairly simple fallback option is to make the dialogs resizable. A user can just resize the dialog in order to fit the content they are interested in on the screen.
Implementation hint: #6189
The text was updated successfully, but these errors were encountered: