demos/scale: fix blank subsamples spin box
authorBill Spitzak <spitzak@gmail.com>
Wed, 31 Aug 2016 05:03:05 +0000 (22:03 -0700)
committerSøren Sandmann Pedersen <soren.sandmann@gmail.com>
Fri, 2 Sep 2016 04:40:11 +0000 (00:40 -0400)
It now shows the initial value of 4 when the demo is started

Signed-off-by: Bill Spitzak <spitzak@gmail.com>
Reviewed-by: Søren Sandmann <soren.sandmann@gmail.com>
demos/scale.ui

index ee985dd..f6f6e89 100644 (file)
                       <object class="GtkSpinButton" id="subsample_spin_button">
                         <property name="visible">True</property>
                        <property name="adjustment">subsample_adjustment</property>
+                       <property name="value">4</property>
                       </object>
                       <packing>
                         <property name="left_attach">1</property>