From b8f12abfe46e3df0ef6a6551fff8e05b6022bf82 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Tue, 15 Oct 2024 11:54:08 +0200 Subject: [PATCH] qml: sweep: properly wrap text --- electrum/gui/qml/components/SweepDialog.qml | 1 + 1 file changed, 1 insertion(+) 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 } }