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 <marco@localhost.localdomain>2006-10-24 23:33:29 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-24 23:33:29 (GMT)
commitfcac3b87cad4fe78272a4fda12a394c3192eaf1a (patch)
tree0dd25bc6ca2eb3c6e4cefd4a3a0bdda470c62ee4 /tests
parent159349e7e0fe62d076864d29ab83a6cbb5177219 (diff)
Size the window to fill screen, to avoid wm races
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test-snowflake-box.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-snowflake-box.py b/tests/test-snowflake-box.py
index f05077d..242ba42 100755
--- a/tests/test-snowflake-box.py
+++ b/tests/test-snowflake-box.py
@@ -45,6 +45,7 @@ def _create_snowflake(parent, children):
parent.append(icon, hippo.PACK_FIXED)
window = gtk.Window()
+window.set_default_size(gtk.gdk.screen_width(), gtk.gdk.screen_height())
window.connect("destroy", lambda w: gtk.main_quit())
window.show()