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:
Matthias Clasen 2015-07-19 13:18:30 -04:00
parent f881f37789
commit defc3d8cbc

View File

@ -134,6 +134,7 @@ needs_explicit_setting (MyParserData *data,
{ "GtkGrid", "top-attach", 1 },
{ "GtkWidget", "hexpand", 0 },
{ "GtkWidget", "vexpand", 0 },
{ "GtkContainer", "border-width", 0 },
{ NULL, NULL, 0 }
};
const gchar *class_name;