# HG changeset patch # User Raimund Renkert # Date 1398249277 -7200 # Node ID 94613c91a3d433b3667622ffc708db6216271609 # Parent 4932fc33ee821d5f45be3e8539ba200593619712 Set mono space font for fingerprint. diff -r 4932fc33ee82 -r 94613c91a3d4 ui/mainwindow.cpp --- a/ui/mainwindow.cpp Wed Apr 23 12:34:10 2014 +0200 +++ b/ui/mainwindow.cpp Wed Apr 23 12:34:37 2014 +0200 @@ -360,6 +360,7 @@ mValidFrom = new QLabel(tr("")); mValidTo = new QLabel(tr("")); mFingerprint = new QLabel(tr("")); + mFingerprint->setFont(QFont("DejaVu Sans Mono")); detailContentLayout->addWidget(mSubjectCN); detailContentLayout->addWidget(mSubjectOU); detailContentLayout->addWidget(mIssuerCN);