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:
Ghostkeeper 2017-08-14 09:12:21 +02:00
parent 0430a274d9
commit fb3a0b701c
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -410,11 +410,6 @@ Rectangle
anchors.bottomMargin: UM.Theme.getSize("default_margin").height anchors.bottomMargin: UM.Theme.getSize("default_margin").height
height: UM.Theme.getSize("jobspecs_line").height height: UM.Theme.getSize("jobspecs_line").height
Item
{
width: parent.width
height: parent.height
UM.TooltipArea UM.TooltipArea
{ {
id: timeSpecPerFeatureTooltipArea id: timeSpecPerFeatureTooltipArea
@ -535,7 +530,6 @@ Rectangle
} }
} }
} }
}
// SaveButton and MonitorButton are actually the bottom footer panels. // SaveButton and MonitorButton are actually the bottom footer panels.
// "!monitoringPrint" currently means "show-settings-mode" // "!monitoringPrint" currently means "show-settings-mode"