builder-tool: Don't strip h/vexpand
Setting these properties has the side-effect of setting the corresponding -set properties, which makes GTK+ behave subtly different. So don't mess with these.
This commit is contained in:
@ -132,6 +132,8 @@ needs_explicit_setting (MyParserData *data,
|
|||||||
{ "GtkRadioButton", "draw-indicator", 0 },
|
{ "GtkRadioButton", "draw-indicator", 0 },
|
||||||
{ "GtkGrid", "left-attach", 1 },
|
{ "GtkGrid", "left-attach", 1 },
|
||||||
{ "GtkGrid", "top-attach", 1 },
|
{ "GtkGrid", "top-attach", 1 },
|
||||||
|
{ "GtkWidget", "hexpand", 0 },
|
||||||
|
{ "GtkWidget", "vexpand", 0 },
|
||||||
{ NULL, NULL, 0 }
|
{ NULL, NULL, 0 }
|
||||||
};
|
};
|
||||||
const gchar *class_name;
|
const gchar *class_name;
|
||||||
|
|||||||
Reference in New Issue
Block a user