Snapshot 47f473189e
.
This commit is contained in:
parent
47f473189e
commit
3a4f4166f0
2
NEWS
2
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)
|
||||
|
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user