From cf99114de8ad06b0e0a87eed9ed9cc28f1b9dcd2 Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Tue, 30 Aug 2022 13:10:03 +0200 Subject: [PATCH] Only display message for abstract printers CURA-9422 --- plugins/MonitorStage/MonitorMain.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/MonitorStage/MonitorMain.qml b/plugins/MonitorStage/MonitorMain.qml index c3a7b7873e..768366c664 100644 --- a/plugins/MonitorStage/MonitorMain.qml +++ b/plugins/MonitorStage/MonitorMain.qml @@ -119,6 +119,7 @@ Rectangle Rectangle { id: sendToFactoryCard + visible: isAbstractCloudPrinter color: UM.Theme.getColor("detail_background") height: childrenRect.height + UM.Theme.getSize("default_margin").height * 2 width: childrenRect.width + UM.Theme.getSize("wide_margin").width * 2 @@ -140,7 +141,6 @@ Rectangle UM.Label { anchors.horizontalCenter: parent.horizontalCenter - visible: isAbstractCloudPrinter text: catalog.i18nc("@info", "Monitor your printers from everywhere using Ultimaker Digital Factory") font: UM.Theme.getFont("medium") width: sendToFactoryImage.width