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:
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/Settings/SettingCheckBox.qml8
1 files changed, 7 insertions, 1 deletions
diff --git a/resources/qml/Settings/SettingCheckBox.qml b/resources/qml/Settings/SettingCheckBox.qml
index 215d2be1be..3aba5b7ecf 100644
--- a/resources/qml/Settings/SettingCheckBox.qml
+++ b/resources/qml/Settings/SettingCheckBox.qml
@@ -15,7 +15,13 @@ SettingItem
contents: MouseArea
{
id: control
- anchors.fill: parent
+ anchors
+ {
+ top: parent.top
+ bottom: parent.bottom
+ left: parent.left
+ }
+ width: UM.Theme.getSize("checkbox").width
hoverEnabled: true
property bool checked: