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:
authorc.lamboo <casperlamboo@gmail.com>2022-07-15 08:25:54 +0300
committerc.lamboo <casperlamboo@gmail.com>2022-07-15 08:25:54 +0300
commit35fce917c6b7f8410fc2ed633e10355d7e92f45e (patch)
tree6d5354a82150010f698f792b6835d5d286776056 /resources/qml
parent96c4e15c034f2f913030fc21f62feb78f29aa9b3 (diff)
Use `UM.Window` in the material sync dialog and the preference pages
CURA-9428
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/Preferences/Materials/MaterialsSyncDialog.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml
index eb8b46dbad..4fd82b3e02 100644
--- a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml
+++ b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml
@@ -8,9 +8,9 @@ import QtQuick.Layouts 1.15
import QtQuick.Window 2.1
import Cura 1.1 as Cura
-import UM 1.5 as UM
+import UM 1.6 as UM
-Window
+UM.Window
{
id: materialsSyncDialog
property variant catalog: UM.I18nCatalog { name: "cura" }