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.
This commit is contained in:
Ghostkeeper 2017-08-30 15:02:43 +02:00
parent 0781848af5
commit 6f77cfc763
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

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