diff options
author | Bill Spitzak <spitzak@gmail.com> | 2016-08-30 22:03:05 -0700 |
---|---|---|
committer | Søren Sandmann Pedersen <soren.sandmann@gmail.com> | 2016-09-02 00:40:11 -0400 |
commit | 1e1af34d3b74808d08a4067ff9d093a020e25da5 (patch) | |
tree | 3a755589866ad7dcd7581b3b5c485aa36425efbb | |
parent | 99b574109dabff9c3c6fa9296b3b0534411b6fdb (diff) |
demos/scale: fix blank subsamples spin box
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>
-rw-r--r-- | demos/scale.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/scale.ui b/demos/scale.ui index ee985dd..f6f6e89 100644 --- a/demos/scale.ui +++ b/demos/scale.ui @@ -301,6 +301,7 @@ <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> |