[gtk+] 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+] Teach gtk-builder-tool to leave GtkDialog::border-width alone
- Date: Thu, 26 May 2016 18:41:27 +0000 (UTC)
commit 73a47181fa66b213de85dfeab81af485b841a9a2
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 63bcc7f..24171ab 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 },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]