mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-18 16:54:39 +00:00
fix overlap in certain languages
This commit is contained in:
parent
f650e96363
commit
53b5fa100d
2 changed files with 2 additions and 1 deletions
|
@ -104,6 +104,7 @@ ColumnLayout {
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
id: pruningOptionRow
|
id: pruningOptionRow
|
||||||
|
spacing: 200
|
||||||
MoneroComponents.CheckBox {
|
MoneroComponents.CheckBox {
|
||||||
id: pruneBlockchainCheckBox
|
id: pruneBlockchainCheckBox
|
||||||
checked: !existingDbWarning.visible ? persistentSettings.pruneBlockchain : false
|
checked: !existingDbWarning.visible ? persistentSettings.pruneBlockchain : false
|
||||||
|
|
|
@ -112,7 +112,7 @@ Rectangle {
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
Layout.topMargin: -10
|
Layout.topMargin: -10
|
||||||
spacing: 30
|
spacing: 200
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
||||||
MoneroComponents.RadioButton {
|
MoneroComponents.RadioButton {
|
||||||
|
|
Loading…
Reference in a new issue