qml: sweep: properly wrap text
This commit is contained in:
@@ -62,6 +62,7 @@ ElDialog {
|
|||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Label {
|
Label {
|
||||||
text: qsTr('Enter the list of private keys to sweep into this wallet')
|
text: qsTr('Enter the list of private keys to sweep into this wallet')
|
||||||
|
width: parent.width
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user