Browse Source

qml: styling CloseChannelDialog error text

master
Sander van Grieken 3 years ago
parent
commit
cb4c99dc19
  1. 6
      electrum/gui/qml/components/CloseChannelDialog.qml

6
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

Loading…
Cancel
Save