Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/node/routes.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network/node/routes.py')
-rw-r--r--sugar_network/node/routes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar_network/node/routes.py b/sugar_network/node/routes.py
index 337d744..6a89e2c 100644
--- a/sugar_network/node/routes.py
+++ b/sugar_network/node/routes.py
@@ -606,7 +606,7 @@ def _load_context_metadata(bundle, spec):
'mime_type': 'image/svg+xml',
'digest': hashlib.sha1(icon.getvalue()).hexdigest(),
},
- 'preview': convert(icon, 160, 120),
+ 'preview': convert(icon, 120, 120),
'icon': convert(icon, 55, 55),
})
except Exception: