mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Remove superfluous item
This item was just transparently being the same size as its parent, no ID or nothing. We can just remove it. Contributes to issue CURA-4149.
This commit is contained in:
parent
0430a274d9
commit
fb3a0b701c
1 changed files with 93 additions and 99 deletions
|
|
@ -410,11 +410,6 @@ Rectangle
|
|||
anchors.bottomMargin: UM.Theme.getSize("default_margin").height
|
||||
height: UM.Theme.getSize("jobspecs_line").height
|
||||
|
||||
Item
|
||||
{
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
|
||||
UM.TooltipArea
|
||||
{
|
||||
id: timeSpecPerFeatureTooltipArea
|
||||
|
|
@ -535,7 +530,6 @@ Rectangle
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// SaveButton and MonitorButton are actually the bottom footer panels.
|
||||
// "!monitoringPrint" currently means "show-settings-mode"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue