mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-22 11:39:31 +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 {
|
||||
id: pruningOptionRow
|
||||
spacing: 200
|
||||
MoneroComponents.CheckBox {
|
||||
id: pruneBlockchainCheckBox
|
||||
checked: !existingDbWarning.visible ? persistentSettings.pruneBlockchain : false
|
||||
|
|
|
@ -112,7 +112,7 @@ Rectangle {
|
|||
|
||||
RowLayout {
|
||||
Layout.topMargin: -10
|
||||
spacing: 30
|
||||
spacing: 200
|
||||
Layout.fillWidth: true
|
||||
|
||||
MoneroComponents.RadioButton {
|
||||
|
|
Loading…
Reference in a new issue