testassistant: Remove padding from the filechooser page

This tests the new assistant api to remove padding from
pages.
This commit is contained in:
Matthias Clasen 2015-06-14 21:30:01 -04:00
parent c3a0880cd6
commit 675467063e

View File

@ -573,6 +573,7 @@ create_full_featured_assistant (GtkWidget *widget)
gtk_assistant_append_page (GTK_ASSISTANT (assistant), page);
gtk_assistant_set_page_title (GTK_ASSISTANT (assistant), page, "Filechooser");
gtk_assistant_set_page_complete (GTK_ASSISTANT (assistant), page, TRUE);
gtk_assistant_set_page_has_padding (GTK_ASSISTANT (assistant), page, FALSE);
page = get_test_page ("Page 3");
gtk_widget_show (page);