diff --git a/electrum/gui/qml/components/controls/InfoTextArea.qml b/electrum/gui/qml/components/controls/InfoTextArea.qml index 7f70c3cf5..203827c9e 100644 --- a/electrum/gui/qml/components/controls/InfoTextArea.qml +++ b/electrum/gui/qml/components/controls/InfoTextArea.qml @@ -72,7 +72,6 @@ TextHighlightPane { Label { id: infotext Layout.fillWidth: true - width: parent.width wrapMode: Text.Wrap } }