gtk-demo: Fix the stack demo

The GtkSpinner:active property was renamed to :spinning.
This commit is contained in:
Matthias Clasen 2020-03-28 00:07:05 -04:00
parent e2c327e025
commit f3d061e879

View File

@ -53,7 +53,7 @@
<object class="GtkSpinner">
<property name="halign">center</property>
<property name="valign">center</property>
<property name="active">1</property>
<property name="spinning">1</property>
</object>
</property>
</object>