Mercurial > trustbridge
diff ui/mainwindow.cpp @ 1095:a0fb21625cf3
(issue111) Avoid clipping the last charcter in italic font.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 15 Sep 2014 10:40:24 +0200 |
parents | 03a1f3761f45 |
children | 10f0efd197c7 |
line wrap: on
line diff
--- a/ui/mainwindow.cpp Mon Sep 15 10:35:05 2014 +0200 +++ b/ui/mainwindow.cpp Mon Sep 15 10:40:24 2014 +0200 @@ -878,7 +878,7 @@ tr("Trust in your digital communication") + QString::fromLatin1("</h3>")); QLabel *swVersion = new QLabel(QString::fromLatin1("<i>") + tr("Version") + " " + QApplication::applicationVersion() + - QString::fromLatin1("</i>")); + QString::fromLatin1(" </i>")); swVersion->setTextInteractionFlags(Qt::TextSelectableByKeyboard | Qt::TextSelectableByMouse); swVersion->setTextFormat(Qt::RichText);