-
Notifications
You must be signed in to change notification settings - Fork 107
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
Password Generator separator breaks ui #360
Comments
But why? |
I wanted to see how far I could push the entropy |
Maybe the possibility to reset the password generator settings from the app settings, could work as an easy fix agains any problems that come up with the password generator. |
Thank you for the clarification. As a general rule, "just avoid holding it in that way" :) I have also limited the max height of the password label to 50%. This is more of a guardrail, though. The text gets truncated without any indication, which may cause confusion. Doing this properly would require either a scrollbar or a gradient, but this is too much complexity for such a rare edge case. Basically, the app will just leave enough of controls visible that the user can return to more sensible settings :) |
thanks for the fix 🙏 |
Description
The Gui of the password generator is completely filled with a password and scrolling is no longer possible making it impossible to change the password generator settings anymore.
How to reproduce
Steps to reproduce the behavior:
Expected behavior
No matter how big password, screen is still scrollable and therefore settings to change it are still reachable.
Screenshots
Environment:
The text was updated successfully, but these errors were encountered: