From d0ef97b02c41baf0970dcaba2181a554f5c3a531 Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Tue, 4 Jul 2017 13:06:11 +0200 Subject: [PATCH] Remove invalid anchoring for SidebarHeader CURA-3964 sidebarHeaderBar has been removed and the anchor line is not needed. --- resources/qml/Sidebar.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/qml/Sidebar.qml b/resources/qml/Sidebar.qml index a1781fe1c5..b57b56c292 100755 --- a/resources/qml/Sidebar.qml +++ b/resources/qml/Sidebar.qml @@ -83,8 +83,6 @@ Rectangle id: header width: parent.width - anchors.top: sidebarHeaderBar.bottom - onShowTooltip: base.showTooltip(item, location, text) onHideTooltip: base.hideTooltip() }