diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-04 08:49:16 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-04 08:49:16 +0200 |
commit | f1c482d5a38173f5be62daeed45aa64cf3fcff07 (patch) | |
tree | 2a85f65646be77dcd906e1ba78e93e3fdd6c3ee6 /views | |
parent | 4a487d2c95dd35156a289405e96c39125a5e3952 (diff) | |
download | kube-f1c482d5a38173f5be62daeed45aa64cf3fcff07.tar.gz kube-f1c482d5a38173f5be62daeed45aa64cf3fcff07.zip |
Avoid getting stuck in the search overlay
Diffstat (limited to 'views')
-rw-r--r-- | views/search/qml/View.qml | 2 |
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 |