[kde-doc-english] KDE/kdeutils/kwallet
Michael Pyne
mpyne at kde.org
Mon Feb 14 23:35:42 CET 2011
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.
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>
More information about the kde-doc-english
mailing list