summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2017-08-17 12:29:45 +0300
committerCarlos Soriano <csoriano@localhost.localdomain>2017-08-17 15:37:23 +0200
commit6e2379ea4d88539b27bfddac1f7bcae4ef7597e2 (patch)
treed0f222a22d529c3f065059231ca588988ecad25e /src/resources
parenta6d616e18dc46630d170d09fc84ac824de7d4fdf (diff)
downloadnautilus-6e2379ea4d88539b27bfddac1f7bcae4ef7597e2.tar.gz
search-popover: make type list box keyboard-navigable
Currently, the type list box in the search popover is not keyboard-navigable, which, as a consequence, results in the user’s inability to also easily close the popover. https://bugzilla.gnome.org/show_bug.cgi?id=786402
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 82a948a85..3f42de326 100644
--- a/src/resources/ui/nautilus-search-popover.ui
+++ b/src/resources/ui/nautilus-search-popover.ui
@@ -315,7 +315,7 @@
<object class="GtkListBox" id="type_listbox">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="selection_mode">none</property>
+ <property name="selection_mode">single</property>
<signal name="row-activated" handler="types_listbox_row_activated" object="NautilusSearchPopover" swapped="no" />
</object>
</child>