From d18d9223a5fd991e51fe58aadd1c41b19637fdfa Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 3 Sep 2017 08:18:12 +0200 Subject: [PATCH] refix the alignmet of the support and adhesion chackboxes CURA-4148 --- resources/qml/SidebarSimple.qml | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/qml/SidebarSimple.qml b/resources/qml/SidebarSimple.qml index 265c4c1642..25564f1172 100644 --- a/resources/qml/SidebarSimple.qml +++ b/resources/qml/SidebarSimple.qml @@ -277,7 +277,6 @@ Item anchors.top: infillCellRight.bottom anchors.topMargin: UM.Theme.getSize("sidebar_margin").height * 2 anchors.left: infillCellRight.left - anchors.leftMargin: UM.Theme.getSize("sidebar_margin").width style: UM.Theme.styles.checkbox; enabled: base.settingsEnabled @@ -352,7 +351,6 @@ Item } } anchors.left: infillCellRight.left - anchors.leftMargin: UM.Theme.getSize("sidebar_margin").width width: UM.Theme.getSize("sidebar").width * .55 height: { @@ -426,7 +424,6 @@ Item anchors.top: supportExtruderCombobox.bottom anchors.topMargin: UM.Theme.getSize("sidebar_margin").height * 2 anchors.left: infillCellRight.left - anchors.leftMargin: UM.Theme.getSize("sidebar_margin").width //: Setting enable printing build-plate adhesion helper checkbox style: UM.Theme.styles.checkbox;