summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorGeorge Mocanu <mocanu.geo98@gmail.com>2019-02-12 22:32:40 +0200
committerCarlos Soriano <csoriano1618+gnome@gmail.com>2019-02-19 09:23:49 +0000
commitd860b290115953ca1789d0e0d47749aac79b82d0 (patch)
tree4797fbbae728c28d765d6ba99c20e4a9aa82fec3 /src/resources
parentb82c35244c1e0128282764de3fedfcf11c41d273 (diff)
downloadnautilus-d860b290115953ca1789d0e0d47749aac79b82d0.tar.gz
search-popover: Make search-popover modal
Currently, the search popover is not dismissed when clicking outside. Clicking anywhere other than on popover should close the popover. This patch fixes this behaviour by making the search-popover modal. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/528
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/ui/nautilus-search-popover.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/ui/nautilus-search-popover.ui b/src/resources/ui/nautilus-search-popover.ui
index 3f42de326..1d03b484d 100644
--- a/src/resources/ui/nautilus-search-popover.ui
+++ b/src/resources/ui/nautilus-search-popover.ui
@@ -3,7 +3,7 @@
<requires lib="gtk+" version="3.16"/>
<template class="NautilusSearchPopover" parent="GtkPopover">
<property name="can_focus">False</property>
- <property name="modal">False</property>
+ <property name="modal">True</property>
<child>
<object class="GtkGrid" >
<property name="visible">True</property>