mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Rename Print tab to Monitor
CURA-4106
This commit is contained in:
parent
ab0ab74fe8
commit
64f6cd237f
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ Rectangle
|
||||||
id: showMonitor
|
id: showMonitor
|
||||||
height: UM.Theme.getSize("sidebar_header").height
|
height: UM.Theme.getSize("sidebar_header").height
|
||||||
onClicked: base.startMonitoringPrint()
|
onClicked: base.startMonitoringPrint()
|
||||||
text: catalog.i18nc("@title:tab", "Print")
|
text: catalog.i18nc("@title:tab", "Monitor")
|
||||||
iconSource: printerConnected ? UM.Theme.getIcon("tab_monitor_with_status") : UM.Theme.getIcon("tab_monitor")
|
iconSource: printerConnected ? UM.Theme.getIcon("tab_monitor_with_status") : UM.Theme.getIcon("tab_monitor")
|
||||||
property color overlayColor:
|
property color overlayColor:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue