builder-tool: Don't strip border-width
Strictly speaking, this would only have to be special-cased inside GtkDialog, but lets just skip it altogether.
This commit is contained in:
@ -134,6 +134,7 @@ needs_explicit_setting (MyParserData *data,
|
|||||||
{ "GtkGrid", "top-attach", 1 },
|
{ "GtkGrid", "top-attach", 1 },
|
||||||
{ "GtkWidget", "hexpand", 0 },
|
{ "GtkWidget", "hexpand", 0 },
|
||||||
{ "GtkWidget", "vexpand", 0 },
|
{ "GtkWidget", "vexpand", 0 },
|
||||||
|
{ "GtkContainer", "border-width", 0 },
|
||||||
{ NULL, NULL, 0 }
|
{ NULL, NULL, 0 }
|
||||||
};
|
};
|
||||||
const gchar *class_name;
|
const gchar *class_name;
|
||||||
|
|||||||
Reference in New Issue
Block a user