tweak a y-offset to demonstrate the bug

This commit is contained in:
Jon Dowland 2008-02-23 12:51:25 +00:00
parent d3a922a2bd
commit d53e6b5a14

View file

@ -49,7 +49,7 @@ class ImagesExample:
))
pb = basepatch.get_pixbuf()
for (x,y) in [(0,0), (51,0), (104,0)]:
for (x,y) in [(0,0), (51,0), (104,16)]:
image = gtk.Image()
image.set_from_pixbuf(baseimage.get_pixbuf().copy())
image.show()