From a044b94e2bcc9747a414e59868586590b9e385c5 Mon Sep 17 00:00:00 2001 From: Jon Dowland Date: Sat, 23 Feb 2008 18:28:49 +0000 Subject: [PATCH] scale = 1, to fit more in --- tools/cleanroom/images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cleanroom/images.py b/tools/cleanroom/images.py index fe8d43f2..c62df2be 100644 --- a/tools/cleanroom/images.py +++ b/tools/cleanroom/images.py @@ -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,