diff --git a/electrum/gui/qml/components/CloseChannelDialog.qml b/electrum/gui/qml/components/CloseChannelDialog.qml index 176277486..129bb44b3 100644 --- a/electrum/gui/qml/components/CloseChannelDialog.qml +++ b/electrum/gui/qml/components/CloseChannelDialog.qml @@ -141,12 +141,12 @@ ElDialog { Layout.columnSpan: 2 Layout.maximumWidth: parent.width - Label { + InfoTextArea { id: errorText Layout.alignment: Qt.AlignHCenter Layout.maximumWidth: parent.width - visible: !_closing && errorText - wrapMode: Text.Wrap + visible: !_closing && errorText.text + iconStyle: InfoTextArea.IconStyle.Error } Label { Layout.alignment: Qt.AlignHCenter