demos: Add step/page-increment to path_walk demo spinbutton

It had 0 defaults, so it didn't get to spin when interacted.

Closes: https://gitlab.gnome.org/GNOME/gtk/-/issues/6098
This commit is contained in:
Carlos Garnacho 2023-09-18 20:06:23 +02:00
parent 8fa45d5fef
commit cbbd3e8fc3

View File

@ -11,6 +11,8 @@
<property name="lower">0</property>
<property name="upper">5000</property>
<property name="value">500</property>
<property name="step-increment">1</property>
<property name="page-increment">10</property>
</object>
</property>
</object>