From 53b5fa100d1115d1a88396e38989b547f0265b84 Mon Sep 17 00:00:00 2001 From: SNeedlewoods <43108541+SNeedlewoods@users.noreply.github.com> Date: Sun, 2 Jul 2023 21:36:04 +0200 Subject: [PATCH] fix overlap in certain languages --- wizard/WizardDaemonSettings.qml | 1 + wizard/WizardRestoreWallet1.qml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wizard/WizardDaemonSettings.qml b/wizard/WizardDaemonSettings.qml index 1693bf7b..c03b99fd 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 ad75f581..3966b53b 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 {