Browse Source

qml: sweep: properly wrap text

master
Sander van Grieken 1 year ago
parent
commit
b8f12abfe4
No known key found for this signature in database
GPG Key ID: 9BCF8209EA402EBA
  1. 1
      electrum/gui/qml/components/SweepDialog.qml

1
electrum/gui/qml/components/SweepDialog.qml

@ -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
}
}

Loading…
Cancel
Save