You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently running password-gorilla on a Linux Mint 19.3 system. Some characters are difficult to distinguish with the font currently being used, e.g. "rn" vs "m" and "l" vs "I". I would like to have a font that made it easier to tell such combinations apart, such as any of the monospaced fonts. Ideally, I'd like to be able to choose from any installed on my system, but any monospaced font would really do.
The text was updated successfully, but these errors were encountered:
# notes box is now a Tk text widget (so that select+copy operates properly)
And insert this next line just before the comment:
$infoframe.passE configure -font TkFixedFont
These two lines will change the password field in both the edit and view windows to use a mono-spaced font (currently this would be the font that Tk chooses from your system as its default font). This will at least give you mono-space display of the passwords when you view them.
I am currently running password-gorilla on a Linux Mint 19.3 system. Some characters are difficult to distinguish with the font currently being used, e.g. "rn" vs "m" and "l" vs "I". I would like to have a font that made it easier to tell such combinations apart, such as any of the monospaced fonts. Ideally, I'd like to be able to choose from any installed on my system, but any monospaced font would really do.
The text was updated successfully, but these errors were encountered: