forked from AuroraMiddleware/gtk
file chooser: Turn off typeahead search
It is the third kind of navigation entry in the file chooser after the location entry and search, and it interacts badly with both of the others.
This commit is contained in:
parent
a0ecb44b41
commit
8f9c8120b9
@ -243,6 +243,7 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="has_tooltip">True</property>
|
||||
<property name="enable-search">False</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="browse_files_tree_view-atkobject">
|
||||
<property name="AtkObject::accessible-name" translatable="yes">Files</property>
|
||||
|
Loading…
Reference in New Issue
Block a user