From 053437a50211ed82b91c8a8e5b988ddda5af200d Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Thu, 1 Sep 2022 14:15:06 +0200 Subject: [PATCH] UX: The color needs to be the same. --- plugins/UM3NetworkPrinting/resources/qml/MonitorStage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/UM3NetworkPrinting/resources/qml/MonitorStage.qml b/plugins/UM3NetworkPrinting/resources/qml/MonitorStage.qml index c55c00f378..e508f70cbb 100644 --- a/plugins/UM3NetworkPrinting/resources/qml/MonitorStage.qml +++ b/plugins/UM3NetworkPrinting/resources/qml/MonitorStage.qml @@ -86,7 +86,7 @@ Component visible: Cura.MachineManager.activeMachineIsAbstractCloudPrinter - color: UM.Theme.getColor("detail_background") + color: UM.Theme.getColor("monitor_stage_background") height: childrenRect.height + UM.Theme.getSize("default_margin").height * 2 width: childrenRect.width + UM.Theme.getSize("wide_margin").width * 2 anchors