summaryrefslogtreecommitdiff
path: root/gtk/gtk-builder-tool.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-05-26 13:21:50 -0400
committerMatthias Clasen <mclasen@redhat.com>2016-05-26 14:41:14 -0400
commit73a47181fa66b213de85dfeab81af485b841a9a2 (patch)
tree60cfa5361c25c806a9abe855775ff4286b44cfd9 /gtk/gtk-builder-tool.c
parentd08cc01b3c44613e1d6eb80afd749d8e47610ea4 (diff)
downloadgtk+-73a47181fa66b213de85dfeab81af485b841a9a2.tar.gz
Teach gtk-builder-tool to leave GtkDialog::border-width alone
This is one of the properties that need to be explicitly set.
Diffstat (limited to 'gtk/gtk-builder-tool.c')
-rw-r--r--gtk/gtk-builder-tool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtk-builder-tool.c b/gtk/gtk-builder-tool.c
index 63bcc7f987..24171abce6 100644
--- a/gtk/gtk-builder-tool.c
+++ b/gtk/gtk-builder-tool.c
@@ -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 },