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 af858d51a8
commit 2c7d54791c

View File

@ -3,6 +3,7 @@
<template class="GtkSidebarRow" parent="GtkListBoxRow">
<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>