We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
By default, Gtk uses uses the "black circle" character in password fields (gtk.entry)
Instead, we could set a different character "bullet", which looks a lot better. This should be done in the theme GtkEntry:invisible-char https://docs.gtk.org/gtk3/property.Entry.invisible-char.html
GtkEntry:invisible-char
(picture from somewhere else, but uses "bullet")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
By default, Gtk uses uses the "black circle" character in password fields (gtk.entry)
Instead, we could set a different character "bullet", which looks a lot better. This should be done in the theme
GtkEntry:invisible-char
https://docs.gtk.org/gtk3/property.Entry.invisible-char.html(picture from somewhere else, but uses "bullet")
The text was updated successfully, but these errors were encountered: