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:
authorj.delarago <joeydelarago@gmail.com>2022-01-24 16:03:47 +0300
committerj.delarago <joeydelarago@gmail.com>2022-01-24 16:03:47 +0300
commit5788ea8d00c1f009ac7fad51a07e09f3f9b71111 (patch)
tree3492c2cd99884d12b7e53efa93ceb1dc8450a722 /plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml
parent17339ba77e21b4a196b6677a1609fcd1e53558ba (diff)
The visibility settings in the preferences is defined in Uranium rather than Cura. The CheckBox has been moved to Uranium so that all parts of the project have access to this default styled component.
Diffstat (limited to 'plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml')
-rw-r--r--plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml b/plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml
index d8ae78d96d..4021888418 100644
--- a/plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml
+++ b/plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml
@@ -228,7 +228,7 @@ Item
width: childrenRect.width
spacing: UM.Theme.getSize("default_margin").width
- Cura.CheckBox
+ UM.CheckBox
{
id: asProjectCheckbox
height: UM.Theme.getSize("checkbox").height
@@ -238,7 +238,7 @@ Item
font: UM.Theme.getFont("medium")
}
- Cura.CheckBox
+ UM.CheckBox
{
id: asSlicedCheckbox
height: UM.Theme.getSize("checkbox").height