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:
@ -186,6 +186,7 @@ needs_explicit_setting (MyParserData *data,
|
|||||||
{ "GtkCalendar", "year", 0 },
|
{ "GtkCalendar", "year", 0 },
|
||||||
{ "GtkCalendar", "month", 0 },
|
{ "GtkCalendar", "month", 0 },
|
||||||
{ "GtkCalendar", "day", 0 },
|
{ "GtkCalendar", "day", 0 },
|
||||||
|
{ "GtkDialog", "border-width", 0 },
|
||||||
{ "GtkPlacesSidebar", "show-desktop", 0 },
|
{ "GtkPlacesSidebar", "show-desktop", 0 },
|
||||||
{ "GtkRadioButton", "draw-indicator", 0 },
|
{ "GtkRadioButton", "draw-indicator", 0 },
|
||||||
{ "GtkGrid", "left-attach", 1 },
|
{ "GtkGrid", "left-attach", 1 },
|
||||||
|
Reference in New Issue
Block a user