scale = 1, to fit more in

This commit is contained in:
Jon Dowland 2008-02-23 18:28:49 +00:00
parent 58efd180c3
commit a044b94e2b

View file

@ -31,7 +31,7 @@ class ImagesExample:
baseimage.set_from_file("../../patches/wall40_1.gif")
pixbuf = baseimage.get_pixbuf()
if pixbuf:
scale = 2
scale = 1
baseimage.set_from_pixbuf(pixbuf.scale_simple(
pixbuf.get_width() * scale,
pixbuf.get_height() * scale,