Mercurial > trustbridge
changeset 451:94613c91a3d4
Set mono space font for fingerprint.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 23 Apr 2014 12:34:37 +0200 |
parents | 4932fc33ee82 |
children | f8b480b08532 4204ae2753d9 |
files | ui/mainwindow.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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);