From 5b01ce7f9604a6b071a681373d0bfe6c57a89026 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Tue, 24 Nov 2015 10:53:09 +0100 Subject: [PATCH] Hide sidebar header for now --- resources/qml/SidebarHeader.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/SidebarHeader.qml b/resources/qml/SidebarHeader.qml index 4209cc11c5..c01e3a144c 100644 --- a/resources/qml/SidebarHeader.qml +++ b/resources/qml/SidebarHeader.qml @@ -19,7 +19,7 @@ Item Rectangle { id: settingsModeRow width: base.width - height: UM.Theme.sizes.sidebar_header.height + height: 0 anchors.top: parent.top color: UM.Theme.colors.sidebar_header_bar }