From c7956f98ab9cdff4767f11005c7c816a540ba3ab Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sat, 18 Aug 2018 20:10:57 +0200 Subject: Overlay positioning via the base View This fixes the position when running the search view main.qml --- views/search/qml/View.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'views') 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 { id: overlay parent: ApplicationWindow.overlay - height: app.height - width: app.width - app.sidebarWidth - x: app.sidebarWidth - y: 0 + height: overlayArea.height + width: overlayArea.width + x: overlayArea.x + y: overlayArea.y visible: root.visible && root.searchTerm == "" -- cgit v1.2.3