diff --git a/wizard/WizardDaemonSettings.qml b/wizard/WizardDaemonSettings.qml index 1693bf7bae..c03b99fd3e 100644 --- a/wizard/WizardDaemonSettings.qml +++ b/wizard/WizardDaemonSettings.qml @@ -104,6 +104,7 @@ ColumnLayout { RowLayout { id: pruningOptionRow + spacing: 200 MoneroComponents.CheckBox { id: pruneBlockchainCheckBox checked: !existingDbWarning.visible ? persistentSettings.pruneBlockchain : false diff --git a/wizard/WizardRestoreWallet1.qml b/wizard/WizardRestoreWallet1.qml index ad75f581b7..3966b53b56 100644 --- a/wizard/WizardRestoreWallet1.qml +++ b/wizard/WizardRestoreWallet1.qml @@ -112,7 +112,7 @@ Rectangle { RowLayout { Layout.topMargin: -10 - spacing: 30 + spacing: 200 Layout.fillWidth: true MoneroComponents.RadioButton {