[gtk+] GtkFileChooserDefault: Remove redundancy



commit 06453698175bfdfa921fcda44cae0ada5fc6ac24
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Aug 3 09:03:14 2013 +0200

    GtkFileChooserDefault: Remove redundancy
    
    Don't specify packing properties for internal children.
    This doesn't work unless the internal children are actually
    direct children of the container (which we are about to
    change for GtkInfoBar). Also, it is redundant, since we
    just set the properties to the values they already have
    anyway.

 gtk/gtkfilechooserdefault.ui |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/gtk/gtkfilechooserdefault.ui b/gtk/gtkfilechooserdefault.ui
index 0d486b7..53f06f1 100644
--- a/gtk/gtkfilechooserdefault.ui
+++ b/gtk/gtkfilechooserdefault.ui
@@ -122,11 +122,6 @@
                           </packing>
                         </child>
                       </object>
-                      <packing>
-                        <property name="expand">True</property>
-                        <property name="fill">True</property>
-                        <property name="position">0</property>
-                      </packing>
                     </child>
                     <child internal-child="action_area">
                       <object class="GtkButtonBox" id="infobar-action_area1">
@@ -136,11 +131,6 @@
                         <property name="spacing">6</property>
                         <property name="layout_style">end</property>
                       </object>
-                      <packing>
-                        <property name="expand">False</property>
-                        <property name="fill">True</property>
-                        <property name="position">1</property>
-                      </packing>
                     </child>
                   </object>
                   <packing>


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