Lundi, le 14 f?vrier 2011, ? 23:35, Michael Pyne a ?crit: > SVN commit 1220723 by mpyne: > > Make the password textarea of KWalletManager monospaced. > > I've had trouble recently with the default (proportional) font with the > randomized passwords I try to use, where I was unable to tell apart l > (lowercase L) from I (uppercase i), 0 (zero) from O (the letter), etc. > > This is usually much less of a problem with monospaced fonts, so my > workaround is simply to change the default font for the textarea to be > monospaced. > > If this is a problem just let me know and I'll revert. Likewise if it's > felt to be useful I can backport. (CC'ing kdeutils module coordinator). As > of now this only applies to trunk.
Should be rather the decision of the program's maintainer, Michael Leupold (cc:ed). Using monospace fonts here makes sense for me, hopefully this behaviour is consistent with all other passwords/secrets entering places in UI? > GUI: > CCMAIL:kossebau at kde.org > > > M +7 -1 walletwidget.ui > > > --- trunk/KDE/kdeutils/kwallet/walletwidget.ui #1220722:1220723 > @@ -144,7 +144,13 @@ > </layout> > </item> > <item> > - <widget class="QTextEdit" name="_passwordValue"/> > + <widget class="QTextEdit" name="_passwordValue"> > + <property name="font"> > + <font> > + <family>Monospace</family> > + </font> > + </property> > + </widget> > </item> > </layout> > </widget> Cheers Friedrich -- Desktop Summit 2011 - Berlin, Germany - August 6-12th - www.desktopsummit.org
