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() }