From c6f4e263fb4f6960fae955ce8abaca66da5fd93d Mon Sep 17 00:00:00 2001 From: Simon Edwards Date: Tue, 10 Oct 2017 10:49:04 +0200 Subject: [PATCH] Make the blue color on the monitor tab consistent CL-554 --- plugins/UM3NetworkPrinting/ClusterMonitorItem.qml | 2 +- plugins/UM3NetworkPrinting/PrinterInfoBlock.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/UM3NetworkPrinting/ClusterMonitorItem.qml b/plugins/UM3NetworkPrinting/ClusterMonitorItem.qml index c1d852072f..5a9e1824d8 100644 --- a/plugins/UM3NetworkPrinting/ClusterMonitorItem.qml +++ b/plugins/UM3NetworkPrinting/ClusterMonitorItem.qml @@ -13,7 +13,7 @@ Component height: maximumHeight color: UM.Theme.getColor("viewport_background") - property var emphasisColor: "#44c0ff" //TODO: should be linked to theme. + property var emphasisColor: UM.Theme.getColor("setting_control_border_highlight") property var lineColor: "#DCDCDC" // TODO: Should be linked to theme. property var cornerRadius: 4 * screenScaleFactor // TODO: Should be linked to theme. UM.I18nCatalog diff --git a/plugins/UM3NetworkPrinting/PrinterInfoBlock.qml b/plugins/UM3NetworkPrinting/PrinterInfoBlock.qml index 25be77bd7d..256c911918 100644 --- a/plugins/UM3NetworkPrinting/PrinterInfoBlock.qml +++ b/plugins/UM3NetworkPrinting/PrinterInfoBlock.qml @@ -51,7 +51,7 @@ Rectangle property var printer border.width: UM.Theme.getSize("default_lining").width - border.color: mouse.containsMouse ? UM.Theme.getColor("setting_control_border_highlight") : lineColor + border.color: mouse.containsMouse ? emphasisColor : lineColor z: mouse.containsMouse ? 1 : 0 // Push this item up a bit on mouse over to ensure that the highlighted bottom border is visible. property var printJob: