forked from AuroraMiddleware/gtk
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:
parent
af858d51a8
commit
2c7d54791c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user