Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcasper <c.lamboo@ultimaker.com>2022-02-23 16:09:38 +0300
committercasper <c.lamboo@ultimaker.com>2022-02-23 16:09:38 +0300
commite03176a1fac7caae88029ec1174258d8ab53821e (patch)
tree4e001ee3eaf567cd541a449280ec3d729521c014 /resources/qml/Cura.qml
parente75993e7f3d47c0c9a965dd990dbcd2af81ac150 (diff)
Replace `UM.MessageDialog` with newly added `Cura.MessageDialog`
This dialog is different from the `UM.MessageDialog` in that it CURA-8688
Diffstat (limited to 'resources/qml/Cura.qml')
-rw-r--r--resources/qml/Cura.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml
index 67a3617033..70fae42162 100644
--- a/resources/qml/Cura.qml
+++ b/resources/qml/Cura.qml
@@ -585,7 +585,7 @@ UM.MainWindow
}
}
- UM.MessageDialog
+ Cura.MessageDialog
{
id: exitConfirmationDialog
title: catalog.i18nc("@title:window %1 is the application name", "Closing %1").arg(CuraApplication.applicationDisplayName)
@@ -743,14 +743,14 @@ UM.MainWindow
}
}
- UM.MessageDialog
+ Cura.MessageDialog
{
id: packageInstallDialog
title: catalog.i18nc("@window:title", "Install Package")
standardButtons: StandardButton.Ok
}
- UM.MessageDialog
+ Cura.MessageDialog
{
id: infoMultipleFilesWithGcodeDialog
title: catalog.i18nc("@title:window", "Open File(s)")