1
0

qml: properly show warnings in info box in RbfBumpFeeDialog

This commit is contained in:
Sander van Grieken
2023-10-12 16:22:51 +02:00
parent 941f425ff5
commit 8c4532c5cb

View File

@@ -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
}