mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Added missing QML properties
This commit is contained in:
parent
31af4b7dde
commit
88c74b30c2
1 changed files with 2 additions and 1 deletions
|
|
@ -73,7 +73,8 @@ Rectangle
|
||||||
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", "Monitor")
|
text: catalog.i18nc("@title:tab", "Monitor")
|
||||||
|
property color overlayColor: "transparent"
|
||||||
|
property string overlayIconSource: ""
|
||||||
checkable: true
|
checkable: true
|
||||||
checked: base.monitoringPrint
|
checked: base.monitoringPrint
|
||||||
exclusiveGroup: sidebarHeaderBarGroup
|
exclusiveGroup: sidebarHeaderBarGroup
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue