From 28670edf8ea9eed28b08deae86e36f08bd7f1c18 Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Tue, 22 Aug 2017 16:11:14 +0200 Subject: [PATCH] Align profile dropdown box correctly CURA-4147 --- resources/qml/Sidebar.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/Sidebar.qml b/resources/qml/Sidebar.qml index 969848f456..66d5c520f5 100755 --- a/resources/qml/Sidebar.qml +++ b/resources/qml/Sidebar.qml @@ -248,6 +248,7 @@ Rectangle width: parent.width * 0.7 + UM.Theme.getSize("default_margin").width height: UM.Theme.getSize("setting_control").height + anchors.left: globalProfileLabel.right anchors.right: parent.right tooltip: Cura.MachineManager.activeQualityName style: UM.Theme.styles.sidebar_header_button