forked from AuroraMiddleware/gtk
assistant: Fix the default value of has-padding
This was showing up in the defaultvalue test.
This commit is contained in:
parent
81055ca7d9
commit
c7467b4e76
@ -213,6 +213,7 @@ static void
|
||||
gtk_assistant_page_init (GtkAssistantPage *page)
|
||||
{
|
||||
page->type = GTK_ASSISTANT_PAGE_CONTENT;
|
||||
page->has_padding = TRUE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user