diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 2b9746cb28..e475007a5d 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -407,17 +407,6 @@ UM.MainWindow } } - UM.MessageStack - { - anchors - { - horizontalCenter: parent.horizontalCenter - horizontalCenterOffset: -(UM.Theme.getSize("sidebar").width/ 2) - top: parent.verticalCenter; - bottom: parent.bottom; - } - } - Loader { id: view_panel @@ -576,6 +565,17 @@ UM.MainWindow visible: base.monitoringPrint source: Cura.MachineManager.printerOutputDevices.length > 0 ? Cura.MachineManager.printerOutputDevices[0].cameraImage : "" } + + UM.MessageStack + { + anchors + { + horizontalCenter: parent.horizontalCenter + horizontalCenterOffset: -(UM.Theme.getSize("sidebar").width/ 2) + top: parent.verticalCenter; + bottom: parent.bottom; + } + } } }