summaryrefslogtreecommitdiffstats
path: root/views/search/qml/View.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-04 08:49:16 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-04 08:49:16 +0200
commitf1c482d5a38173f5be62daeed45aa64cf3fcff07 (patch)
tree2a85f65646be77dcd906e1ba78e93e3fdd6c3ee6 /views/search/qml/View.qml
parent4a487d2c95dd35156a289405e96c39125a5e3952 (diff)
downloadkube-f1c482d5a38173f5be62daeed45aa64cf3fcff07.tar.gz
kube-f1c482d5a38173f5be62daeed45aa64cf3fcff07.zip
Avoid getting stuck in the search overlay
Diffstat (limited to 'views/search/qml/View.qml')
-rw-r--r--views/search/qml/View.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/search/qml/View.qml b/views/search/qml/View.qml
index 08b5b92b..d7b9a230 100644
--- a/views/search/qml/View.qml
+++ b/views/search/qml/View.qml
@@ -39,7 +39,7 @@ Kube.View {
39 x: app.sidebarWidth 39 x: app.sidebarWidth
40 y: 0 40 y: 0
41 41
42 visible: root.searchTerm == "" 42 visible: root.visible && root.searchTerm == ""
43 43
44 Row { 44 Row {
45 anchors.centerIn: parent 45 anchors.centerIn: parent