forked from AuroraMiddleware/gtk
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:
parent
f881f37789
commit
defc3d8cbc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user