mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Update documentation & typing
CURA-5772
This commit is contained in:
parent
4743bd8bd5
commit
cc6d5617ee
2 changed files with 18 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue