Update documentation & typing

CURA-5772
This commit is contained in:
Jaime van Kessel 2018-10-11 10:41:29 +02:00
parent 4743bd8bd5
commit cc6d5617ee
2 changed files with 18 additions and 7 deletions

View file

@ -86,7 +86,8 @@ Rectangle
}
}
SidebarHeader {
SidebarHeader
{
id: header
width: parent.width
visible: !hideSettings && (machineExtruderCount.properties.value > 1 || Cura.MachineManager.hasMaterials || Cura.MachineManager.hasVariants)
@ -96,7 +97,8 @@ Rectangle
onHideTooltip: base.hideTooltip()
}
Rectangle {
Rectangle
{
id: headerSeparator
width: parent.width
visible: settingsModeSelection.visible && header.visible