From 0383cea816e35cc8e45f67a32c6f955995badc7d Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Thu, 12 Oct 2017 10:31:11 +0200 Subject: [PATCH] Fix code style CURA-4333 --- resources/qml/SidebarSimple.qml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/resources/qml/SidebarSimple.qml b/resources/qml/SidebarSimple.qml index eef06209ec..fa32516862 100644 --- a/resources/qml/SidebarSimple.qml +++ b/resources/qml/SidebarSimple.qml @@ -44,13 +44,11 @@ Item } function checkUserSettings(){ - var skip_keys = ["support_enable" , - "infill_sparse_density", - "gradual_infill_steps", - "adhesion_type", - "support_extruder_nr"] - + "infill_sparse_density", + "gradual_infill_steps", + "adhesion_type", + "support_extruder_nr"] base.hasUserSettings = Cura.MachineManager.hasUserCustomSettings(skip_keys) } @@ -348,15 +346,12 @@ Item anchors.rightMargin: UM.Theme.getSize("default_margin").width width: qualitySlider.width height: qualitySlider.height * 1.5 - //border.width: UM.Theme.getSize("default_lining").width // dispay overlap zone - //border.color: UM.Theme.getColor("lining") color: "transparent" visible: hasUserSettings enabled: hasUserSettings - MouseArea { anchors.fill: parent onClicked: {