assistant: Fix the default value of has-padding

This was showing up in the defaultvalue test.
This commit is contained in:
Matthias Clasen 2019-02-08 08:21:42 -05:00
parent 81055ca7d9
commit c7467b4e76

View File

@ -213,6 +213,7 @@ static void
gtk_assistant_page_init (GtkAssistantPage *page)
{
page->type = GTK_ASSISTANT_PAGE_CONTENT;
page->has_padding = TRUE;
}
static void