FIx
This commit is contained in:
parent
894fcea9fc
commit
35139a0fd4
@ -33,8 +33,8 @@ from sugar.graphics.canvasicon import CanvasIcon
|
|||||||
def _create_icon():
|
def _create_icon():
|
||||||
color = XoColor()
|
color = XoColor()
|
||||||
|
|
||||||
icon = CanvasIcon(size=100, xo_color=color,
|
icon = CanvasIcon(scale=1.0, xo_color=color,
|
||||||
icon_name='stock-buddy')
|
icon_name='theme:stock-buddy')
|
||||||
box.add_item(icon)
|
box.add_item(icon)
|
||||||
|
|
||||||
return (len(box.get_children()) < 20)
|
return (len(box.get_children()) < 20)
|
||||||
|
Loading…
Reference in New Issue
Block a user