qml: RbfCancelDialog: warning text in frame
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user