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:
authorKonstantinos Karmas <konskarm@gmail.com>2021-03-30 10:48:28 +0300
committerGitHub <noreply@github.com>2021-03-30 10:48:28 +0300
commit504f6dbe70fee81ef5450f87d8e572bebd3d42d7 (patch)
tree60c9eaaf44f1a3770a6293408ae91441ca167d5c /resources/qml/Toolbar.qml
parent180732788beadce04bd9046d28c0966a8ef25845 (diff)
Revert "Cura 7813 qml modules version bump"
Diffstat (limited to 'resources/qml/Toolbar.qml')
-rw-r--r--resources/qml/Toolbar.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/Toolbar.qml b/resources/qml/Toolbar.qml
index 3a4ece76f4..89d64b06ad 100644
--- a/resources/qml/Toolbar.qml
+++ b/resources/qml/Toolbar.qml
@@ -1,8 +1,8 @@
// Copyright (c) 2018 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher.
-import QtQuick 2.15
-import QtQuick.Controls 2.15
+import QtQuick 2.2
+import QtQuick.Controls 2.3
import UM 1.2 as UM
import Cura 1.0 as Cura