fix overlap in certain languages

This commit is contained in:
SNeedlewoods 2023-07-02 21:36:04 +02:00
parent f650e96363
commit 53b5fa100d
2 changed files with 2 additions and 1 deletions

View file

@ -104,6 +104,7 @@ ColumnLayout {
RowLayout {
id: pruningOptionRow
spacing: 200
MoneroComponents.CheckBox {
id: pruneBlockchainCheckBox
checked: !existingDbWarning.visible ? persistentSettings.pruneBlockchain : false

View file

@ -112,7 +112,7 @@ Rectangle {
RowLayout {
Layout.topMargin: -10
spacing: 30
spacing: 200
Layout.fillWidth: true
MoneroComponents.RadioButton {