[gtk+/gtk-3-20] Teach gtk-builder-tool to leave GtkDialog::border-width alone
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-20] Teach gtk-builder-tool to leave GtkDialog::border-width alone
- Date: Thu, 4 Aug 2016 15:38:02 +0000 (UTC)
commit bf2e26752692948e83980cb79a738c9d91a41805
Author: Matthias Clasen <mclasen redhat com>
Date: Thu May 26 13:21:50 2016 -0400
Teach gtk-builder-tool to leave GtkDialog::border-width alone
This is one of the properties that need to be explicitly set.
gtk/gtk-builder-tool.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtk-builder-tool.c b/gtk/gtk-builder-tool.c
index 8a42e4b..7944923 100644
--- a/gtk/gtk-builder-tool.c
+++ b/gtk/gtk-builder-tool.c
@@ -164,6 +164,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 },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]