[glade] GtkGrid: Don't save width/height at their default values



commit d168242fbe08a7f3fd75849cf15a85e385e92fbe
Author: Kalev Lember <kalevlember gmail com>
Date:   Sun Sep 29 21:09:13 2013 +0200

    GtkGrid: Don't save width/height at their default values
    
    In most grids, children only occupy one grid cell and saving the
    width/height properties only adds to the noise in the ui file.
    
    The saving of width/height properties was added in commit
    a4ed22853ec28a523ac4a4fafa16dbc89b650b9c

 plugins/gtk+/gtk+.xml.in |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 0860713..ba3edf7 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -2249,8 +2249,6 @@
         <packing-properties>
           <property id="left-attach" save-always="True" needs-sync="True"/>
           <property id="top-attach" save-always="True" needs-sync="True"/>
-          <property id="width" save-always="True"/>
-          <property id="height" save-always="True"/>
         </packing-properties>
       </glade-widget-class>
       


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