mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-23 03:59:29 +00:00
DebugInfoDialog: fix spacing
This commit is contained in:
parent
6d00d444e1
commit
ecfef8c6cf
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue