1
0

qml: sweep: properly wrap text

This commit is contained in:
Sander van Grieken
2024-10-15 11:54:08 +02:00
parent 267df91c0b
commit b8f12abfe4

View File

@@ -62,6 +62,7 @@ ElDialog {
Layout.fillWidth: true
Label {
text: qsTr('Enter the list of private keys to sweep into this wallet')
width: parent.width
wrapMode: Text.Wrap
}
}