gtk-demo: Make the search bar appear for typing

Having the search bar present from the start is
a bit jarring. Make it appear when called for.
This commit is contained in:
Matthias Clasen 2020-07-12 16:26:17 -04:00
parent f32239df1f
commit c80b33b2ad

View File

@ -61,7 +61,7 @@
<child>
<object class="GtkSearchBar">
<property name="search-mode-enabled">1</property>
<property name="key-capture-widget">window</property>
<child>
<object class="GtkSearchEntry" id="search-entry"/>
</child>