]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
DebugInfoDialog: fix spacing
authortobtoht <thotbot@protonmail.com>
Fri, 22 Oct 2021 11:06:09 +0000 (13:06 +0200)
committertobtoht <thotbot@protonmail.com>
Fri, 22 Oct 2021 11:06:09 +0000 (13:06 +0200)
src/dialog/DebugInfoDialog.cpp

index bbc1b025c4a96c197f868c356a89b7dd007bf98b..07fcc8b5bbad7bc72eaa45be46270decaf69f070 100644 (file)
@@ -139,7 +139,7 @@ void DebugInfoDialog::copyToClipboad() {
     text += QString("Seed type: %1  \n").arg(ui->label_seedType->text());
     text += QString("Device type: %1  \n").arg(ui->label_deviceType->text());
     text += QString("View only: %1  \n").arg(ui->label_viewOnly->text());
-    text += QString("Primary only: %1 \n").arg(ui->label_primaryOnly->text());
+    text += QString("Primary only: %1  \n").arg(ui->label_primaryOnly->text());
 
     text += QString("Operating system: %1  \n").arg(ui->label_OS->text());
     text += QString("Timestamp: %1  \n").arg(ui->label_timestamp->text());