forked from AuroraMiddleware/gtk
grid layout: Fix initial property values
Too bad that we don't cover layout children in the default value test - it would have caught this.
This commit is contained in:
parent
9e6b4e82c9
commit
8fa7de5563
@ -212,6 +212,8 @@ gtk_grid_layout_child_class_init (GtkGridLayoutChildClass *klass)
|
||||
static void
|
||||
gtk_grid_layout_child_init (GtkGridLayoutChild *self)
|
||||
{
|
||||
CHILD_ROW_SPAN (self) = 1;
|
||||
CHILD_COL_SPAN (self) = 1;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user