From: tobtoht Date: Fri, 22 Oct 2021 11:06:09 +0000 (+0200) Subject: DebugInfoDialog: fix spacing X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=ecfef8c6cf37c552cad2a4afd8ac9615ef6e7306;p=gamesguru%2Ffeather.git DebugInfoDialog: fix spacing --- diff --git a/src/dialog/DebugInfoDialog.cpp b/src/dialog/DebugInfoDialog.cpp index bbc1b025..07fcc8b5 100644 --- a/src/dialog/DebugInfoDialog.cpp +++ b/src/dialog/DebugInfoDialog.cpp @@ -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());