summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/testwrapbox.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/testwrapbox.c b/tests/testwrapbox.c
index 0cef70fd82..89a6cef4f7 100644
--- a/tests/testwrapbox.c
+++ b/tests/testwrapbox.c
@@ -442,6 +442,12 @@ create_window (void)
populate_items (GTK_WRAP_BOX (wrapbox));
+ /* This line was added only for the convenience of reproducing
+ * a height-for-width inside GtkScrolledWindow bug (bug 629778).
+ * -Tristan
+ */
+ gtk_window_set_default_size (GTK_WINDOW (window), 390, -1);
+
return window;
}