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:
authorGhostkeeper <rubend@tutanota.com>2019-04-03 12:51:57 +0300
committerGhostkeeper <rubend@tutanota.com>2019-04-03 12:51:57 +0300
commitdf32f3e263b92e2c7ec7c9270d4270c663d1703c (patch)
tree090b31c264f27d3583e0d4372484d6095a59e7a2 /resources/qml/ActionPanel
parent745d9e61161490edacb46eb7a6d25abe6e922ada (diff)
Move Cura.ProgressBar to Uranium
It is not specific to 3D printing. Contributes to issue CURA-6057.
Diffstat (limited to 'resources/qml/ActionPanel')
-rw-r--r--resources/qml/ActionPanel/SliceProcessWidget.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/ActionPanel/SliceProcessWidget.qml b/resources/qml/ActionPanel/SliceProcessWidget.qml
index 484cba2e85..17021661b1 100644
--- a/resources/qml/ActionPanel/SliceProcessWidget.qml
+++ b/resources/qml/ActionPanel/SliceProcessWidget.qml
@@ -6,7 +6,7 @@ import QtQuick.Controls 2.1
import QtQuick.Layouts 1.3
import QtQuick.Controls 1.4 as Controls1
-import UM 1.1 as UM
+import UM 1.3 as UM
import Cura 1.0 as Cura
@@ -64,7 +64,7 @@ Column
}
// Progress bar, only visible when the backend is in the process of slice the printjob
- Cura.ProgressBar
+ UM.ProgressBar
{
id: progressBar
width: parent.width