Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'webactivity.py')
-rwxr-xr-xwebactivity.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/webactivity.py b/webactivity.py
index 90a7726..d76967d 100755
--- a/webactivity.py
+++ b/webactivity.py
@@ -366,8 +366,8 @@ class WebActivity(activity.Activity):
screenshot.get_from_drawable(window, window.get_colormap(), 0, 0, 0, 0,
width, height)
- screenshot = screenshot.scale_simple(style.zoom(160),
- style.zoom(120),
+ screenshot = screenshot.scale_simple(style.zoom(100),
+ style.zoom(80),
gtk.gdk.INTERP_BILINEAR)
buffer = self.get_buffer(screenshot)