GtkPlacesSidebar: avoid location clicks to grab focus

Sibebar location rows should not grab focus on click.

Fixes filechooser issue #1469
This commit is contained in:
Nelson Benítez León
2020-04-18 14:24:53 -04:00
parent 74a630321b
commit 7c343a87d1

View File

@ -4,6 +4,7 @@
<property name="visible">True</property>
<property name="margin-top">1</property>
<property name="margin-bottom">1</property>
<property name="focus-on-click">False</property>
<style>
<class name="sidebar-row"/>
</style>