Teach gtk-builder-tool to leave GtkDialog::border-width alone

This is one of the properties that need to be explicitly set.
This commit is contained in:
Matthias Clasen 2016-05-26 13:21:50 -04:00
parent d08cc01b3c
commit 73a47181fa

View File

@ -186,6 +186,7 @@ needs_explicit_setting (MyParserData *data,
{ "GtkCalendar", "year", 0 },
{ "GtkCalendar", "month", 0 },
{ "GtkCalendar", "day", 0 },
{ "GtkDialog", "border-width", 0 },
{ "GtkPlacesSidebar", "show-desktop", 0 },
{ "GtkRadioButton", "draw-indicator", 0 },
{ "GtkGrid", "left-attach", 1 },