diff --git a/electrum/gui/qml/components/SweepDialog.qml b/electrum/gui/qml/components/SweepDialog.qml index d3f82523b..e7328af47 100644 --- a/electrum/gui/qml/components/SweepDialog.qml +++ b/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 } }