|
|
|
|
@ -174,8 +174,9 @@ ElDialog {
|
|
|
|
|
|
|
|
|
|
InfoTextArea { |
|
|
|
|
Layout.columnSpan: 2 |
|
|
|
|
Layout.preferredWidth: parent.width * 3/4 |
|
|
|
|
Layout.alignment: Qt.AlignHCenter |
|
|
|
|
Layout.fillWidth: true |
|
|
|
|
Layout.topMargin: constants.paddingLarge |
|
|
|
|
Layout.bottomMargin: constants.paddingLarge |
|
|
|
|
visible: finalizer.warning != '' |
|
|
|
|
text: finalizer.warning |
|
|
|
|
iconStyle: InfoTextArea.IconStyle.Warn |
|
|
|
|
|