file chooser: Refine search progress display

Move the spinner to the search bar, so we can keep it around
until the search is over.
This commit is contained in:
Matthias Clasen
2015-07-15 00:03:09 -04:00
parent eb67d14551
commit 5bd6013165
2 changed files with 21 additions and 22 deletions

View File

@ -112,6 +112,15 @@
<signal name="stop-search" handler="search_entry_stop_cb" swapped="yes"/>
</object>
</child>
<child>
<object class="GtkSpinner" id="search_spinner">
<property name="visible">False</property>
<property name="active">True</property>
</object>
<packing>
<property name="pack-type">end</property>
</packing>
</child>
</object>
<packing>
<property name="name">search</property>
@ -296,14 +305,6 @@
<property name="name">empty</property>
</packing>
</child>
<child>
<object class="GtkSpinner" id="search_spinner">
<property name="visible">True</property>
</object>
<packing>
<property name="name">progress</property>
</packing>
</child>
</object>
<packing>
<property name="expand">True</property>