diff --git a/gtk/gtk-builder-tool.c b/gtk/gtk-builder-tool.c index 3223f6f660..e68ec414c2 100644 --- a/gtk/gtk-builder-tool.c +++ b/gtk/gtk-builder-tool.c @@ -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;