Remove invalid anchoring for SidebarHeader

CURA-3964

sidebarHeaderBar has been removed and the anchor line is not needed.
This commit is contained in:
Lipu Fei 2017-07-04 13:06:11 +02:00
parent 1627a65513
commit d0ef97b02c

View file

@ -83,8 +83,6 @@ Rectangle
id: header
width: parent.width
anchors.top: sidebarHeaderBar.bottom
onShowTooltip: base.showTooltip(item, location, text)
onHideTooltip: base.hideTooltip()
}