mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 11:55:53 +08: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
@ -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…
x
Reference in New Issue
Block a user