IJHack / QtPass

QtPass is a multi-platform GUI for pass, the standard unix password manager.
https://qtpass.org/
GNU General Public License v3.0
1.03k stars 162 forks source link

Display passwords in mono space font #514

Closed InnayTool closed 4 years ago

InnayTool commented 4 years ago

Sometimes is hard to decide if a character in a password is for example an upper case i or an lower case L. So it would be cool if this could be displayed in a mono space font.

neilmayhew commented 3 years ago

I see that the changes for this were reverted recently because they stopped working. However, the problem that this issue identifies is back again. Are there plans to do anything about it?

neilmayhew commented 3 years ago

It looks to me like font-family: monospace could be added to the setStyleSheet call at mainwindow.cpp:1107.