From 2a1a41662ab92e5fd30a08595c354bd7f584fb3f Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 23 Aug 2017 12:53:07 +0200 Subject: [PATCH] Remove tab_monitor_with_status icon It must always be the same as tab_monitor, but we'll just draw an additional icon on top of it. Contributes to issue CURA-4148. --- resources/qml/Topbar.qml | 2 +- resources/themes/cura/icons/tab_monitor_with_status.svg | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 resources/themes/cura/icons/tab_monitor_with_status.svg diff --git a/resources/qml/Topbar.qml b/resources/qml/Topbar.qml index cae7fec108..68a6543fd2 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", "Print") - 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) diff --git a/resources/themes/cura/icons/tab_monitor_with_status.svg b/resources/themes/cura/icons/tab_monitor_with_status.svg deleted file mode 100644 index dc3b373313..0000000000 --- a/resources/themes/cura/icons/tab_monitor_with_status.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - -