Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemco Burema <r.burema@ultimaker.com>2022-09-01 15:15:06 +0300
committerRemco Burema <r.burema@ultimaker.com>2022-09-01 15:15:16 +0300
commit053437a50211ed82b91c8a8e5b988ddda5af200d (patch)
treeb30ebd01ea7285bbc4f12c1a6df970300a75bf5d
parent6563ba32b442c95c044a868fdb67a03f8e8d898d (diff)
UX: The color needs to be the same.
-rw-r--r--plugins/UM3NetworkPrinting/resources/qml/MonitorStage.qml2
1 files changed, 1 insertions, 1 deletions
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