Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-06-17 12:25:13 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-06-17 12:25:13 (GMT)
commitd4323957a17f5bdd068550c393e855b754890ee6 (patch)
treecf96b2c74e767d4bf88d08c1694ff46e7f9fe518 /sugar
parent130f59efdcb288f6d4ab86ac55f7d4aefe7feab6 (diff)
Change preview image size.
Diffstat (limited to 'sugar')
-rw-r--r--sugar/activity/activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/activity/activity.py b/sugar/activity/activity.py
index 2e7641c..1d3e33e 100644
--- a/sugar/activity/activity.py
+++ b/sugar/activity/activity.py
@@ -280,7 +280,7 @@ class Activity(Window, gtk.Container):
"""Request that the activity is saved to the Journal."""
preview_pixbuf = self.get_canvas_screenshot()
preview_pixbuf = preview_pixbuf.scale_simple(units.grid_to_pixels(4),
- units.grid_to_pixels(4),
+ units.grid_to_pixels(3),
gtk.gdk.INTERP_BILINEAR)
# TODO: Find a way of taking a png out of the pixbuf without saving to a temp file.