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-21 20:07:45 +0300
committerj.delarago <joeydelarago@gmail.com>2022-01-21 20:07:45 +0300
commit951e1cb37b005782d30ae59992c7102955579a7b (patch)
tree58d63e3a1f47f00ae5ebc397cfed3996960885cc /plugins/PerObjectSettingsTool
parent171da643d524c9d6752720099c92e747c2044585 (diff)
Swap CheckBox for styled Cura.CheckBox
Diffstat (limited to 'plugins/PerObjectSettingsTool')
-rw-r--r--plugins/PerObjectSettingsTool/PerObjectItem.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/PerObjectSettingsTool/PerObjectItem.qml b/plugins/PerObjectSettingsTool/PerObjectItem.qml
index bb1c31e1f3..00f5c305c5 100644
--- a/plugins/PerObjectSettingsTool/PerObjectItem.qml
+++ b/plugins/PerObjectSettingsTool/PerObjectItem.qml
@@ -8,6 +8,8 @@ import QtQuick.Controls.Styles 1.1
import UM 1.2 as UM
+import Cura 1.0 as Cura
+
UM.TooltipArea
{
x: model.depth * UM.Theme.getSize("default_margin").width;
@@ -16,7 +18,7 @@ UM.TooltipArea
width: childrenRect.width;
height: childrenRect.height;
- CheckBox
+ Cura.CheckBox
{
id: check