Fix some style nitpicks

This commit is contained in:
Marco Pesenti Gritti
2007-07-06 03:48:03 +02:00
parent 05379e85c1
commit a1b6625a6a
3 changed files with 8 additions and 5 deletions
+1
View File
@@ -36,6 +36,7 @@ def _create_icon():
scale = 1.0 + random.random() * 1.5
icon = CanvasIcon(scale=scale, xo_color=color,
icon_name='theme:stock-buddy')
icon.set_tooltip('Test')
layout.add(icon)
return (len(box.get_children()) < 50)