<table><tr><td style="">thomasfischer created this task.<br />thomasfischer triaged this task as "Normal" priority.
</td></tr></table><br /><div><strong>TASK DESCRIPTION</strong><div><p>File <tt style="background: #ebebeb; font-size: 13px;">src/manager/walletwidget.ui</tt> specifies font "Monospace" to use for showing passwords. However, in case there is a font called "Monospace" installed on the system, this will be used instead of the default/system fixed-width font. If the "Monospace" font is broken or rendered incorrectly, passwords cannot be read from within the wallet manager.</p>

<p>To fix this problem, set a fixed font in C++ code by invoking <tt style="background: #ebebeb; font-size: 13px;">setFont(QFontDatabase::systemFont(QFontDatabase::FixedFont))</tt> which uses the fixed-width font as configured by the user.</p></div></div><br /><div><strong>TASK DETAIL</strong><div><a href="https://phabricator.kde.org/T12447">https://phabricator.kde.org/T12447</a></div></div><br /><div><strong>To: </strong>thomasfischer<br /><strong>Cc: </strong>kde-utils-devel, thomasfischer<br /></div>