printers: present spinner while populating the panel

https://bugzilla.gnome.org/show_bug.cgi?id=767600
This commit is contained in:
Felipe Borges 2016-06-10 14:44:28 +02:00
parent 8c71b0bc8b
commit 93f71e5260

View file

@ -7,6 +7,21 @@
<property name="margin-end">6</property>
<property name="margin-top">6</property>
<property name="margin-bottom">6</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<child>
<object class="GtkSpinner" id="loading-spinner">
<property name="visible">True</property>
<property name="active">True</property>
<property name="expand">True</property>
</object>
</child>
</object>
<packing>
<property name="name">loading-page</property>
</packing>
</child>
<child>
<object class="GtkBox" id="hbox1">
<property name="visible">True</property>