Browse Source

qml: properly show warnings in info box in RbfBumpFeeDialog

master
Sander van Grieken 2 years ago
parent
commit
8c4532c5cb
  1. 7
      electrum/gui/qml/components/RbfBumpFeeDialog.qml

7
electrum/gui/qml/components/RbfBumpFeeDialog.qml

@ -182,9 +182,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: rbffeebumper.warning != ''
text: rbffeebumper.warning
}

Loading…
Cancel
Save