Merge branch 'BUG_sibebarplaces_avoid_click_focus_GTK4' into 'master'

GtkPlacesSidebar: avoid location clicks to grab focus

See merge request GNOME/gtk!1715
This commit is contained in:
Matthias Clasen 2020-04-18 19:51:29 +00:00
commit 0bc6a5c791

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>