assistant: Fix the default value of has-padding
authorMatthias Clasen <mclasen@redhat.com>
Fri, 8 Feb 2019 13:21:42 +0000 (08:21 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 8 Feb 2019 13:21:42 +0000 (08:21 -0500)
This was showing up in the defaultvalue test.

gtk/gtkassistant.c

index 50223bbc48f06fc45ad7c94a9478fe5a205b7319..5fb3d137428abdea5823b5e1c3f94d646844c909 100644 (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