mirror of
https://github.com/monero-project/monero-gui
synced 2025-03-30 03:39:05 +02:00
Merge pull request #2021
e80e1b4 fix restore height option for hardware wallet restore (lacksfish)
This commit is contained in:
commit
d3d8e9fd0d
@ -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…
x
Reference in New Issue
Block a user