demonstrate x offset issue

This commit is contained in:
Jon Dowland 2008-02-23 14:24:24 +00:00
parent 7562e22498
commit 6bef3cda0e

View file

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