mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
fix restore height option for hardware wallet restore
This commit is contained in:
parent
02e1663471
commit
e80e1b4c1f
1 changed files with 2 additions and 3 deletions
|
@ -111,12 +111,11 @@ Rectangle {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
GridLayout {
|
ColumnLayout {
|
||||||
Layout.topMargin: 10 * scaleRatio
|
Layout.topMargin: 10 * scaleRatio
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
||||||
columnSpacing: 20 * scaleRatio
|
spacing: 20 * scaleRatio
|
||||||
columns: 2
|
|
||||||
|
|
||||||
MoneroComponents.LineEdit {
|
MoneroComponents.LineEdit {
|
||||||
id: restoreHeight
|
id: restoreHeight
|
||||||
|
|
Loading…
Reference in a new issue