diff --git a/resources/qml/PrintMonitor.qml b/resources/qml/PrintMonitor.qml index 806e302047..5a5c160b51 100644 --- a/resources/qml/PrintMonitor.qml +++ b/resources/qml/PrintMonitor.qml @@ -20,14 +20,6 @@ Column simpleNames: true } - MachineSelection { - id: machineSelection - width: base.width - height: UM.Theme.getSize("sidebar_header").height - anchors.top: base.top - anchors.right: parent.right - } - Rectangle { id: connectedPrinterHeader diff --git a/resources/qml/Sidebar.qml b/resources/qml/Sidebar.qml index 66c23752ce..d5cffb30a6 100644 --- a/resources/qml/Sidebar.qml +++ b/resources/qml/Sidebar.qml @@ -272,7 +272,7 @@ Rectangle { id: controlItem anchors.bottom: footerSeparator.top - anchors.top: monitoringPrint ? base.top : headerSeparator.bottom + anchors.top: monitoringPrint ? machineSelection.bottom : headerSeparator.bottom anchors.left: base.left anchors.right: base.right sourceComponent: @@ -291,7 +291,7 @@ Rectangle Loader { anchors.bottom: footerSeparator.top - anchors.top: monitoringPrint ? base.top : headerSeparator.bottom + anchors.top: monitoringPrint ? machineSelection.bottom : headerSeparator.bottom anchors.left: base.left anchors.right: base.right source: