qml: properly show warnings in info box in RbfBumpFeeDialog
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user