From a8322a76eb4857bb8fd376e7f898d641c41d4ede Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 25 Sep 2006 18:50:15 +0000 Subject: Fixes --- (limited to 'tests') 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) -- cgit v0.9.1