[gtk+] builder-tool: Don't strip border-width



commit defc3d8cbc7e5189c73fa1aad51bc8acc73d132c
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jul 19 13:18:30 2015 -0400

    builder-tool: Don't strip border-width
    
    Strictly speaking, this would only have to be special-cased inside
    GtkDialog, but lets just skip it altogether.

 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 3223f6f..e68ec41 100644
--- a/gtk/gtk-builder-tool.c
+++ b/gtk/gtk-builder-tool.c
@@ -134,6 +134,7 @@ needs_explicit_setting (MyParserData *data,
     { "GtkGrid", "top-attach", 1 },
     { "GtkWidget", "hexpand", 0 },
     { "GtkWidget", "vexpand", 0 },
+    { "GtkContainer", "border-width", 0 },
     { NULL, NULL, 0 }
   };
   const gchar *class_name;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]