Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-09-12 19:52:04 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-09-12 19:52:04 (GMT)
commit3a4f4166f05f7475f4a9da7c469b46611ec09e1b (patch)
tree363f7499614edbde7ba6fcb8be76764d42e43054 /tests
parent47f473189ef1cf16ba5f137b600385f8458416c5 (diff)
Snapshot 47f473189e.
Diffstat (limited to 'tests')
-rw-r--r--tests/graphics/hipposcalability.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/graphics/hipposcalability.py b/tests/graphics/hipposcalability.py
index 490d571..a5cebcc 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')