diff --git a/NEWS b/NEWS index 7a0de526..92f226fd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Snapshot 47f473189e + * Fix typo so the removal of expanded activity bundles is complete. (tomeu) * Don't disable the clipboard icons when they are still incomplete. (tomeu) * #3053: Fix the distance between the clustered xos and the activity. (marco) diff --git a/tests/graphics/hipposcalability.py b/tests/graphics/hipposcalability.py index 490d571b..a5cebcc5 100644 --- a/tests/graphics/hipposcalability.py +++ b/tests/graphics/hipposcalability.py @@ -23,7 +23,9 @@ def idle_cb(): global countdown for i in range(0, 100): - entry = CanvasRoundBox(padding=10, spacing=10) + entry = hippo.CanvasBox(border=2, border_color=0x000000ff, + orientation=hippo.ORIENTATION_HORIZONTAL, + padding=10, spacing=10) for j in range(0, 3): icon = CanvasIcon(icon_name='go-left')