Browse Source

qml: RbfCancelDialog: warning text in frame

master
Sander van Grieken 2 years ago
parent
commit
4908c8c389
No known key found for this signature in database
GPG Key ID: 9BCF8209EA402EBA
  1. 7
      electrum/gui/qml/components/RbfCancelDialog.qml

7
electrum/gui/qml/components/RbfCancelDialog.qml

@ -141,9 +141,12 @@ ElDialog {
}
}
Label {
InfoTextArea {
Layout.columnSpan: 2
Layout.fillWidth: true
Layout.preferredWidth: parent.width * 3/4
Layout.alignment: Qt.AlignHCenter
Layout.topMargin: constants.paddingLarge
iconStyle: InfoTextArea.IconStyle.Warn
visible: txcanceller.warning != ''
text: txcanceller.warning
}

Loading…
Cancel
Save