From 2134fcc4dcd1799d86ce90965bdfe4b702c9767b Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Fri, 1 Nov 2024 17:35:37 +0100 Subject: [PATCH] qml: fix InfoTextArea text sometimes out of bounds --- electrum/gui/qml/components/controls/InfoTextArea.qml | 1 - 1 file changed, 1 deletion(-) 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 } }