From bcb68e8e0ecc9a8ee902df8615f174d47e75de8e Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 05 Jul 2007 20:45:58 +0000 Subject: Add collisions detection --- (limited to 'tests') diff --git a/tests/test-spread-layout.py b/tests/test-spread-layout.py index d9911b7..9ff964f 100755 --- a/tests/test-spread-layout.py +++ b/tests/test-spread-layout.py @@ -38,7 +38,7 @@ def _create_icon(): icon_name='theme:stock-buddy') layout.add(icon) - return (len(box.get_children()) < 70) + return (len(box.get_children()) < 50) window = gtk.Window() window.connect("destroy", lambda w: gtk.main_quit()) -- cgit v0.9.1