projects
/
platform
/
upstream
/
pixman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99b5741
)
demos/scale: fix blank subsamples spin box
author
Bill Spitzak
<spitzak@gmail.com>
Wed, 31 Aug 2016 05:03:05 +0000
(22:03 -0700)
committer
Sø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
patch
|
blob
|
history
diff --git
a/demos/scale.ui
b/demos/scale.ui
index ee985dd1c3ee41ac578f4125758397745ad1fb85..f6f6e895d2db4323d8ca70c4f164d68d720ebb61 100644
(file)
--- 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>