summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/search/qml/View.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/views/search/qml/View.qml b/views/search/qml/View.qml
index d7b9a230..47cb18ef 100644
--- a/views/search/qml/View.qml
+++ b/views/search/qml/View.qml
@@ -34,10 +34,10 @@ Kube.View {
34 id: overlay 34 id: overlay
35 35
36 parent: ApplicationWindow.overlay 36 parent: ApplicationWindow.overlay
37 height: app.height 37 height: overlayArea.height
38 width: app.width - app.sidebarWidth 38 width: overlayArea.width
39 x: app.sidebarWidth 39 x: overlayArea.x
40 y: 0 40 y: overlayArea.y
41 41
42 visible: root.visible && root.searchTerm == "" 42 visible: root.visible && root.searchTerm == ""
43 43