forked from AuroraMiddleware/gtk
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:
parent
877fffdd5e
commit
94162197a1
@ -60,6 +60,7 @@
|
|||||||
<property name="halign">center</property>
|
<property name="halign">center</property>
|
||||||
<property name="valign">center</property>
|
<property name="valign">center</property>
|
||||||
<property name="margin-start">4px</property>
|
<property name="margin-start">4px</property>
|
||||||
|
<property name="visible">False</property>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
|
Loading…
Reference in New Issue
Block a user