From a685f81033aadf0db67e31a7f6de66e236aeab20 Mon Sep 17 00:00:00 2001 From: Nils Achtergarde Date: Sat, 30 Dec 2017 20:52:52 +0100 Subject: recommit eafa42262813180336ae5e4c4c284d17a4f42e65 (fixed minor cosmetic effects) --- verifydetailsdialog.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'verifydetailsdialog.cpp') diff --git a/verifydetailsdialog.cpp b/verifydetailsdialog.cpp index ef02b26..67037e0 100644 --- a/verifydetailsdialog.cpp +++ b/verifydetailsdialog.cpp @@ -64,13 +64,11 @@ void VerifyDetailsDialog::slotRefresh() { case 2: { - mVboxLayout->addWidget(new QLabel(tr("Text was completely signed on\n %1 by:\n").arg(timestamp.toString(Qt::SystemLocaleLongDate)))); - break; + mVboxLayout->addWidget(new QLabel(tr("Text was completely signed on
%1 by:
").arg(timestamp.toString(Qt::SystemLocaleLongDate)))); break; } case 1: { - mVboxLayout->addWidget(new QLabel(tr("Text was partially signed on\n %1 by:\n").arg(timestamp.toString(Qt::SystemLocaleLongDate)))); - break; + mVboxLayout->addWidget(new QLabel(tr("Text was partially signed on
%1 by:
").arg(timestamp.toString(Qt::SystemLocaleLongDate)))); break; } } } -- cgit v1.2.3