From df5b77a16aedbadf801a1d1eaab48f62af81fce3 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sat, 18 Aug 2018 21:06:43 +0200 Subject: Hide the sidebar of the search view --- views/search/qml/View.qml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/views/search/qml/View.qml b/views/search/qml/View.qml index 47cb18ef..5eea85ae 100644 --- a/views/search/qml/View.qml +++ b/views/search/qml/View.qml @@ -29,10 +29,8 @@ Kube.View { id: root property string searchTerm: "" - + //Initial search-box overlay Rectangle { - id: overlay - parent: ApplicationWindow.overlay height: overlayArea.height width: overlayArea.width @@ -67,7 +65,10 @@ Kube.View { RowLayout { spacing: 0 + //Sidebar Rectangle { + //It contains nothing useful right now + visible: false Layout.fillHeight: true width: Kube.Units.gridUnit * 10 color: Kube.Colors.darkBackgroundColor -- cgit v1.2.3