inspector: Search refinements

Show close buttons on all search bars.
This commit is contained in:
Matthias Clasen 2014-10-31 21:14:09 -04:00
parent 3f3725d97b
commit 3c997239e9
3 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@
<child>
<object class="GtkSearchBar" id="search_bar">
<property name="visible">True</property>
<property name="show-close-button">True</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>

View File

@ -15,6 +15,7 @@
<child>
<object class="GtkSearchBar" id="search_bar">
<property name="visible">True</property>
<property name="show-close-button">True</property>
<child>
<object class="GtkSearchEntry" id="search_entry">
<property name="visible">True</property>

View File

@ -14,6 +14,7 @@
<child>
<object class="GtkSearchBar" id="search_bar">
<property name="visible">True</property>
<property name="show-close-button">True</property>
<child>
<object class="GtkSearchEntry" id="search_entry">
<property name="visible">True</property>