From 6f77cfc7634c504ea1f7c2ec78ab68d7c8fc3c6b Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 30 Aug 2017 15:02:43 +0200 Subject: [PATCH] Always show plain monitor icon, never with_status The status icons are just overlaid on top of the monitor icon. No need for any specialised icon with a background or anything. Contributes to issue CURA-4148. --- resources/qml/Topbar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Topbar.qml b/resources/qml/Topbar.qml index a9b17dcf4b..3e612b1478 100644 --- a/resources/qml/Topbar.qml +++ b/resources/qml/Topbar.qml @@ -58,7 +58,7 @@ Rectangle height: UM.Theme.getSize("sidebar_header").height onClicked: base.startMonitoringPrint() text: catalog.i18nc("@title:tab", "Monitor") - iconSource: printerConnected ? UM.Theme.getIcon("tab_monitor_with_status") : UM.Theme.getIcon("tab_monitor") + iconSource: UM.Theme.getIcon("tab_monitor") property color overlayColor: { if(!printerAcceptsCommands)