forked from AuroraMiddleware/gtk
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:
parent
d08cc01b3c
commit
73a47181fa
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user