Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test-snowflake.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-snowflake.py b/tests/test-snowflake.py
index 4fd840d..eeed46d 100755
--- a/tests/test-snowflake.py
+++ b/tests/test-snowflake.py
@@ -22,7 +22,7 @@ from sugar.canvas.Grid import Grid
def _create_snowflake(group, children):
color = IconColor.IconColor()
- icon = IconItem(size=60, color=color,
+ icon = IconItem(size=40, color=color,
icon_name='activity-groupchat')
group.add_child(icon)
layout.set_root(icon)