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:
authorJaime van Kessel <nallath@gmail.com>2022-02-17 17:02:03 +0300
committerJaime van Kessel <nallath@gmail.com>2022-02-17 17:02:03 +0300
commitf682f56923cd19cff0a8843b1eb9a85fe00b0bde (patch)
tree55dafb654b3f584f0463eb77e2b537c5c6c08710 /plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml
parentc528616d12b9687267849384906028bab3a4d0ef (diff)
parente66628e2da80d38637b58288f5e478f8ae4a74ba (diff)
Merge branch 'master' of github.com:Ultimaker/Cura into replace_controls_1_for_controls_2
Diffstat (limited to 'plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml')
-rw-r--r--plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml b/plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml
index 8d72ed9ff4..5cf0d571fe 100644
--- a/plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml
+++ b/plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml
@@ -6,7 +6,7 @@ import QtQuick 2.10
import QtQuick.Window 2.2
import QtQuick.Controls 2.3
-import UM 1.2 as UM
+import UM 1.5 as UM
import Cura 1.6 as Cura
import DigitalFactory 1.0 as DF
@@ -214,7 +214,7 @@ Item
width: childrenRect.width
spacing: UM.Theme.getSize("default_margin").width
- Cura.CheckBox
+ UM.CheckBox
{
id: asProjectCheckbox
height: UM.Theme.getSize("checkbox").height
@@ -224,7 +224,7 @@ Item
font: UM.Theme.getFont("medium")
}
- Cura.CheckBox
+ UM.CheckBox
{
id: asSlicedCheckbox
height: UM.Theme.getSize("checkbox").height