sidebarrow: Hide busy_spinner by default

Since the original implementation was likely based on GTK+ 3, the change
in default visibility might have not been considered, which results in
all rows suddenly sporting a visible spinner when opening a fresh file
chooser.
This commit is contained in:
Ernestas Kulik 2018-08-03 13:29:07 +03:00
parent 877fffdd5e
commit 94162197a1

View File

@ -60,6 +60,7 @@
<property name="halign">center</property>
<property name="valign">center</property>
<property name="margin-start">4px</property>
<property name="visible">False</property>
</object>
</child>
</object>