mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 10:50:08 +00:00
Merge branch 'matthiasc/for-master' into 'master'
builder-tool: Fix handling of layout properties See merge request GNOME/gtk!1219
This commit is contained in:
commit
c3ca34cf51
@ -181,8 +181,8 @@ needs_explicit_setting (GParamSpec *pspec,
|
||||
{ "GtkRadioButton", "draw-indicator", PROP_KIND_OBJECT },
|
||||
{ "GtkWidget", "hexpand", PROP_KIND_OBJECT },
|
||||
{ "GtkWidget", "vexpand", PROP_KIND_OBJECT },
|
||||
{ "GtkGrid", "top-attach", PROP_KIND_LAYOUT },
|
||||
{ "GtkGrid", "left-attach", PROP_KIND_LAYOUT },
|
||||
{ "GtkGridLayoutChild", "top-attach", PROP_KIND_LAYOUT },
|
||||
{ "GtkGridLayoutChild", "left-attach", PROP_KIND_LAYOUT },
|
||||
};
|
||||
gboolean found;
|
||||
gint k;
|
||||
|
Loading…
Reference in New Issue
Block a user