1
0

qml: RbfCancelDialog: warning text in frame

This commit is contained in:
Sander van Grieken
2023-12-22 17:35:25 +01:00
parent d8bd55bf4e
commit 4908c8c389

View File

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