mirror of
https://github.com/monero-project/monero-gui
synced 2024-11-24 11:17:15 +01: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.fillWidth: true
|
||||
|
||||
columnSpacing: 20 * scaleRatio
|
||||
columns: 2
|
||||
spacing: 20 * scaleRatio
|
||||
|
||||
MoneroComponents.LineEdit {
|
||||
id: restoreHeight
|
||||
|
Loading…
Reference in New Issue
Block a user