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/PerObjectSettingsTool
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/PerObjectSettingsTool')
-rw-r--r--plugins/PerObjectSettingsTool/PerObjectItem.qml2
-rw-r--r--plugins/PerObjectSettingsTool/SettingPickDialog.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/PerObjectSettingsTool/PerObjectItem.qml b/plugins/PerObjectSettingsTool/PerObjectItem.qml
index 00f5c305c5..811d15fc0e 100644
--- a/plugins/PerObjectSettingsTool/PerObjectItem.qml
+++ b/plugins/PerObjectSettingsTool/PerObjectItem.qml
@@ -18,7 +18,7 @@ UM.TooltipArea
width: childrenRect.width;
height: childrenRect.height;
- Cura.CheckBox
+ UM.CheckBox
{
id: check
diff --git a/plugins/PerObjectSettingsTool/SettingPickDialog.qml b/plugins/PerObjectSettingsTool/SettingPickDialog.qml
index 572c10e50a..787b9a709d 100644
--- a/plugins/PerObjectSettingsTool/SettingPickDialog.qml
+++ b/plugins/PerObjectSettingsTool/SettingPickDialog.qml
@@ -57,7 +57,7 @@ UM.Dialog
onTextChanged: settingPickDialog.updateFilter()
}
- Cura.CheckBox
+ UM.CheckBox
{
id: toggleShowAll
anchors