From 9a29c772281abf04d29d14ddf342fb2acf2a51af Mon Sep 17 00:00:00 2001 From: Ian Paschal Date: Thu, 8 Aug 2019 15:23:29 +0200 Subject: [PATCH] Remove debug property Contributes to CS-251 --- .../UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml b/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml index 08a8fb3079..0175d5a2ad 100644 --- a/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml +++ b/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml @@ -39,8 +39,7 @@ Item { id: background anchors.fill: parent - // color: UM.Theme.getColor("monitor_card_background") - color: "red" + color: UM.Theme.getColor("monitor_card_background") border { color: UM.Theme.getColor("monitor_card_border")