Disable resize grip on spin button test

Otherwise, the resize grip obscures the decrement button causing the
test to fail.
This commit is contained in:
Kristian Rietveld 2010-10-12 18:53:44 +02:00
parent c143105ae9
commit d7c3d378eb

View File

@ -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);