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.
This commit is contained in:
Ghostkeeper 2017-08-23 12:53:07 +02:00
parent 07562e1745
commit 2a1a41662a
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
2 changed files with 1 additions and 5 deletions

View file

@ -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)