summaryrefslogtreecommitdiff
path: root/gtk/tests
diff options
context:
space:
mode:
authorKristian Rietveld <kris@gtk.org>2010-10-12 18:53:44 +0200
committerKristian Rietveld <kris@gtk.org>2010-10-12 19:12:44 +0200
commitd7c3d378eb25fec997e9e213da5cef9cd464a504 (patch)
tree55c84f12a2a84cc89eb8932a4aa6e4445394fa82 /gtk/tests
parentc143105ae928c6a75a6d8ba9e70fa0472f4b4232 (diff)
downloadgtk+-d7c3d378eb25fec997e9e213da5cef9cd464a504.tar.gz
Disable resize grip on spin button test
Otherwise, the resize grip obscures the decrement button causing the test to fail.
Diffstat (limited to 'gtk/tests')
-rw-r--r--gtk/tests/testing.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/tests/testing.c b/gtk/tests/testing.c
index 155715228b..fc4244225c 100644
--- a/gtk/tests/testing.c
+++ b/gtk/tests/testing.c
@@ -190,6 +190,8 @@ test_spin_button_arrows (void)
gboolean simsuccess;
double oldval, newval;
+ gtk_window_set_has_resize_grip (GTK_WINDOW (window), FALSE);
+
child = gtk_bin_get_child (GTK_BIN (window));
gtk_container_add (GTK_CONTAINER (child), spinner);
gtk_widget_show (spinner);