Rafael
Rafael
WxWidgets even provides the function [GTKSuppressDiagnostics](https://docs.wxwidgets.org/latest/classwx_app.html#a54432e69998e785a22838699ef8bf8f9) to suppress these messages, but it seems not to work anymore (see this [post](https://discuss.wxpython.org/t/wx-app-gtksuppressdiagnostics-not-working-anymore-with-python-3-10-4-in-rh8/36788)). After experimenting with this function, the messages still appear, no...
Sorry, I didn't mention the output on the terminal, when calling the About dialog. The sentence... > Calling the About dialog provides at my setup the following version information. Should...
The biggest showstopper in my opinion is pull request #1232 "Fix layout issue when showing Yubi controls dynamically". It blocks the finalization of #1244 "Modernization of the password entry dialog"...
I think we can close this 'show stoppers bug list' since the Password Safe 1.19 show has already started.
Closes #1315 Resolves #1238
@nobugshere Thanks for the feedback. Following your suggestion, I removed the horizontal scroll bar (which never appeared in my case) and increased the height of the notes field a bit.
> Hi, > > A couple of minor tweaks and I think we'll be ready to merge: > > 1. On my Debian 12, the Password and Confirm edit controls...
Both variants, marking optional input fields as well as mandatory fields, correspond to good UI design. Basically, there is no right or wrong, you just have to determine what should...
@ronys I have tested it on different Linux distributions (VM) and do not observe the behavior you describe. | Linux Distribution | Window Manager | wxWidgets Version | GTK Version...
@ronys Thanks for the feedback. I don't know why I can't reproduce what you described, but inspired by your changes, here is another attempt to improve the layout behavior. Could...